Single Choice
Moderate
QNested if means:
ID: #25920
MCQ Quiz - Class 8 - Decision Control Structure
4 views
Question Info
#25920Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - Decision Control StructureTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Correct Answer Explanation:
Nested if means placing an if statement INSIDE another if statement. Useful when a condition depends on another.
Why the other options are incorrect:
- Option B: Multiple loops are different — nested loops.
- Option C: else-if ladder is a specific pattern; nested if is broader.
- Option D: Nested if is a real concept.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic