9-Write a C program to calculate quotient and remainder.
Program: 9
Write a C program to calculate quotient and remainder.
Output:
Enter the dividend: 323 Enter the divisor: 4 The value of quotient is: 80 The value of remainder is: 3
Write a C program to calculate quotient and remainder.
Enter the dividend: 323 Enter the divisor: 4 The value of quotient is: 80 The value of remainder is: 3