C - onditional Statements
Find the error in this
if-else code:int a = 5;
if a == 5 {
printf("Five\n");
} else {
printf("Not five\n");
}if-else code:int a = 5;
if a == 5 {
printf("Five\n");
} else {
printf("Not five\n");
}if (a == 5).15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions