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

Choose the Best Option

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

  • A if inside another if
  • B Multiple loops
  • C if-else ladder only
  • D None
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.

Share This Question

Challenge a friend or share with your study group.