Vidyalelo
C# Programming · Q28

Control Flow Statements in C Sharp

Programming · C# Programming · question 28

Q28

Which control flow statement in C# is used to handle multiple conditions using a single switch expression?

A.
if-else if-else
B.
while
C.
switch-case
Answer
D.
for

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board