Multiple choice 'Switch-Case' statement in 'C' comes under sequence structure selection structure iteration structure 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.