C - Input and Output
What does the following C code do?
int a, b;
scanf("%d %d", &a, &b);
printf("%d %d", a, b);int a, b;
scanf("%d %d", &a, &b);
printf("%d %d", a, b);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions