June 13, 2021 in C and CPP
PROGRAMMING AND PROBLEM SOLVING THROUGH ‘C’ LANGUAGE
1.9. Which of the following is true for the switch statement:switch(var){};A) Can be used when only one variable is testedB) The variable must be an integral typeC) Each possible value of the variable can control a single branchD) All of the above