Vidyalelo
C++ Programming · Q3

Operators and Expressions in C++

Programming · C++ Programming · question 3

Q3

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

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

Answer: Option A

Solution

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