Multiple choice

'Switch-Case' statement in 'C' comes under

  1. sequence structure

  2. selection structure

  3. iteration structure

  4. none of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

'Switch-Case' statement comes under the selection structure as it allows the user to select appropriate case statement depending upon the choice of the user.