Question: What is the output of the C program shown below when the user enters the values 5 and 10 as the program runs? #include
What is the output of the C program shown below when the user enters the values 5 and 10 as the program runs? #include int main(void) { } printf ("A B C D "); printf ("RTR Alabama "); int a, b; scanf("%d", &a); scanf("%d", &b); printf ("%d and %d and %d ", a-b, b-a, a*b); return 0;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
