Google News
logo
C# - Quiz(MCQ)
A)
C# always supports an implicit fall through from one case label to another.
B)
It is not possible to extend the if statement to handle multiple conditions using the else-if arrangement.
C)
The if statement selects a statement for execution based on the value of a Boolean expression.
D)
A jump statement such as a break is required after each case block excluding the last block if it is a default statement.

Correct Answer :  

Advertisement