C - Input and Output
Find the error in this code snippet:
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