command is used to find the ramaimdar
Answers
Answered by
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
0
Answer:
the quotient and remainder are displayed by the command print (). printf("Quotient = %d\n", quotient); printf("Remainder = %d", remainder);
Similar questions