Vidyalelo
C++ Programming · Q23

Introduction to C++

Programming · C++ Programming · question 23

Q23

What is the output of the following code: cout << (5 == 5.0); in C++?

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

Answer: Option C

Solution

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