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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A At most one
  • B Two
  • C Three
  • D Any number
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.

Share This Question

Challenge a friend or share with your study group.