Vidyalelo
C# Programming · Q14

Control Flow Statements in C Sharp

Programming · C# Programming · question 14

Q14

What is the result of the expression 5 < 3 ? "Yes" : "No" in C#?

A.
Yes
B.
5 < 3 ? Yes : No
C.
No
Answer
D.
5 < 3 ? "Yes" : "No"

Answer: Option C

Solution

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