Vidyalelo
C++ Programming · Q44

Variables and Data Types in C++

Programming · C++ Programming · question 44

Q44

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

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

Answer: Option D

Solution

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