C - onditional Statements
Identify the problem in this code:
int x = 10;
if (x > 5)
printf("Big");
printf("Done");
int x = 10;
if (x > 5)
printf("Big");
printf("Done");
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions