PRASHNIKAप्रश्निका
Back to the paper

The break statement prevents fall through effect in switch case construct. Given below are two…

Computer Science20251 markAssertion-reason

Assertion: The break statement prevents fall through effect in switch case construct.

Reason: The break statement enables unnatural exit from the loop.

Given below are two statements marked, Assertion and Reason. Read the two statements carefully and choose the correct option.
  • (a)Both Assertion and Reason are true and Reason is the correct explanation for Assertion.
  • (b)Both Assertion and Reason are true but Reason is not the correct explanation for Assertion.
  • (c)Assertion is true and Reason is false.
  • (d)Both Assertion and Reason are false.

Answer

No answer yet.

Statements, Scope

From ISC 2025 Computer Science Paper 1, question 1(vi).