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