C - onditional Statements
Find the error in this if-else code snippet:
int a = 3;
if a > 0
printf("Positive\n");
else
printf("Non-positive\n");int a = 3;
if a > 0
printf("Positive\n");
else
printf("Non-positive\n");15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions