ICSE Class 10 Computer Applications Question 6 of 30

Solved 2023 Question Paper ICSE Class 10 Computer Applications — Question 6

Back to all questions
6
Question

Question 1(vi)

The absence of which statement leads to fall through situation in switch case statement?

  1. continue
  2. break
  3. return
  4. System.exit(0)
Answer

break

Reason — The absence of break statement leads to fall through situation in switch case statement.