Question: Question 8 The 'break' statement is required in C 'switch' syntax. O True O False Question 9 The switch statement allows two cases with same




Question 8 The 'break' statement is required in C 'switch' syntax. O True O False Question 9 The switch statement allows two cases with same constant expression. O True False Question 10 With the statement, int option-3; switchloption) case 1: printf("1"); break; case 2: printf("2"); break; case 3: printf("3"); break; default: printf("4"); ) What is the output of the given code? 3 syntax error run time error 34 Question 11 Which control statement is used in loop structure implementation? if else statement O continue statement O for statement O switch statement Question 11 Which control statement is used in loop structure implementation? if else statement O continue statement O for statement O switch statement
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
