Q44
What is the output of the following code: cout << (true && true); in C++?
A.
FALSE
B.
1
C.
0
D.
TRUE
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board