C - onditional Statements
Which of the following is the correct syntax for a nested if statement in C?
if (x > 0) {
if (y < 10) {
// code
}
}Which of the following is the correct syntax for a nested if statement in C?
if (x > 0) {
if (y < 10) {
// code
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions