C - onditional Statements
Identify the error in this C code snippet:
int count = 12;
if count == 12 {
printf("Twelve\n");
}int count = 12;
if count == 12 {
printf("Twelve\n");
}if syntaxcount == 12.if conditions [OK]if15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions