When will a Switch case exit from a matching case?
On reaching break
On reaching stop
On reaching exit
On reaching next 'case'
Which of the following is an alternative to '?' operator?
for
If
switch
while
What is the comparison supported by switch statement?
Equality
Inequality
Approximate
Unequal comparisons
What are the instruction given to the computer to perform any kind of action?
Statements
Sentence
Expression
Word
Which of the following is the alternate representation of simple if-else statement?
iff
<
?:
>
What is an if statement inside another if statement called as?
Looping if
Nested if
Breaking if
elseif ladder
Which of the following construct means the execution of statements depending up on a condition test?
Sequence construct
Selection construct
Iteration construct
All of these
What is the fall of control to the following cases of matching case called as?
Break-through
Exit-through
Fall-through
goto
Which of the statement's absence can cause a fall-through in a switch statement?
continue
break
exit
Which of the following test a value against a set of integer constants(that include characters also)?
Else if
Switch