Vidyalelo
C++ Programming · Q23

Operators and Expressions in C++

Programming · C++ Programming · question 23

Q23

What will be the output of the following code: cout 3 ? "Yes" : "No"); in C++?

A.
Yes
Answer
B.
No
C.
4
D.
3

Answer: Option A

Solution

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