C - onditional Statements
What will be the output of this code?
int x = 5;
if (x > 3) {
printf("Yes");
} else {
printf("No");
}int x = 5;
if (x > 3) {
printf("Yes");
} else {
printf("No");
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions