Vidyalelo
C# Programming · Q16

Control Flow Statements in C Sharp

Programming · C# Programming · question 16

Q16

What is the purpose of the 'if-else if-else' statement in C#?

A.
To define a method
B.
To iterate over a collection
C.
To check multiple conditions and execute different blocks
Answer
D.
To handle exceptions

Answer: Option C

Solution

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