What is the output of the following code: cout << (5 == 5.0); in C++?
A. FALSE
B. TRUE
C. 1
D. 0
Answer: Option C
Related Questions on Introduction to C plus plus
What does the 'cin' object in C++ represent?
A. File output stream
B. File input stream
C. Standard output stream
D. Standard input stream

Join The Discussion