develop a c program to print quotient and remainder ..
please click a photo of your answer
Answers
Answered by
0
Answer:
printf("Enter dividend: "); scanf("%d", ÷nd); printf("Enter divisor: "); scanf("%d", &divisor); Then the quotient is evaluated using / (the division operator), and stored in quotient . quotient = dividend / divisor; Similarly, the remainder is evaluated using % (the modulo operator) and stored in remainder
Similar questions
Math,
4 months ago
Physics,
4 months ago
Biology,
4 months ago
Psychology,
8 months ago
Hindi,
8 months ago
Math,
1 year ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago