Computer Science, asked by manishchoubey648, 23 days ago

command is used to find the ramaimdar​

Answers

Answered by satyambardawaj
3

Similarly, the remainder is evaluated using % (the modulo operator) and stored in remainder . remainder = dividend % divisor; Finally, the quotient and remainder are displayed using printf( ) . printf("Quotient = %d\n", quotient); printf("Remainder = %d", remainder);

Answered by mausamisahu65
0

Answer:

the quotient and remainder are displayed by the command print (). printf("Quotient = %d\n", quotient); printf("Remainder = %d", remainder);

Similar questions