Single Choice
Moderate
QHow many else blocks are allowed in one if?
ID: #25860
MCQ Quiz - Class 8 - Programming
5 views
Question Info
#25860Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Correct Answer Explanation:
Exactly ONE else block is allowed per if. You can have if-else if-else if-else, but only ONE final else.
Why the other options are incorrect:
- Option B: Two elses would be syntax error.
- Option C: Three elses would be syntax error.
- Option D: You can't have unlimited elses; only one final else.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic