Vidyalelo
C++ Programming · Q13

Operators and Expressions in C++

Programming · C++ Programming · question 13

Q13

What is the output of the following code: cout << (true && false); in C++?

A.
TRUE
B.
FALSE
Answer
C.
1
D.
0

Answer: Option B

Solution

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