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