Question: 8. Write a C program that inputs two integers and outputs their quotient and remainder. To output the % character, you must write it as
8. Write a C program that inputs two integers and outputs their quotient and remainder. To output the % character, you must write it as %% in the format string.
Sample Input 13 4 Sample Output 13/4 has value 3.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
