Single Choice Moderate

QDeep nesting is:

ID: #25923 MCQ Quiz - Class 8 - Decision Control Structure 3 views
Question Info
#25923Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - Decision Control StructureTopic

Choose the Best Option

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

  • A Hard to read
  • B Very easy
  • C Automatic
  • D Free of bugs
Correct Answer

Explanation

Correct Answer Explanation:

Deeply nested if statements become hard to read and maintain. Best practice: use else-if ladders or refactor into functions.

Why the other options are incorrect:

  • Option B: Deep nesting is confusing, not easy.
  • Option C: Nesting is manual programming, not automatic.
  • Option D: Deep nesting often HIDES bugs, not free of them.

Share This Question

Challenge a friend or share with your study group.