- Control Instructions - General Questions
- Control Instructions - Find Output of Program
- Control Instructions - Point Out Errors
- Control Instructions - Point Out Correct Statements
- Control Instructions - True / False Questions
- Control Instructions - Yes / No Questions


Control Instructions - Programming
Q1: Which of the following cannot be checked in a switch-case statement?A Character
B Integer
C Float
D enum
ANS:C - Float The switch/case statement in the c language is defined by the language specification to use an int value, so you can not use a float value.
The value of the 'expression' in a switch-case statement must be an integer, char, short, long. Float and double are not allowed.
|


For help Students Orientation
Mcqs Questions
One stop destination for examination, preparation, recruitment, and more. Specially designed online test to solve all your preparation worries. Go wherever you want to and practice whenever you want, using the online test platform.