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
A. FALSE
B. TRUE
C. 1
D. 0
Answer: Option C
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