C - onditional Statements
Which of these conditions will make the if statement run its block?
int a = 10;
if (___) {
printf("Run");
}
int a = 10;
if (___) {
printf("Run");
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions