Question: . Write a C program that inputs two integers and outputs their quotient and remainder. To output the character, you must write it as
. 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. 13%4 has value 1
Step by Step Solution
There are 3 Steps involved in it
include int main int num1 num2 printfEnter the firs... View full answer
Get step-by-step solutions from verified subject matter experts
