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 tested
B) The variable must be an integral type
C) Each possible value of the variable can control a single branch
D) All of the above



Leave a Reply