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