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