Vidyalelo
C++ Programming · Q10

Variables and Data Types in C++

Programming · C++ Programming · question 10

Q10

What will be 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