Vidyalelo
C++ Programming · Q9

Operators and Expressions in C++

Programming · C++ Programming · question 9

Q9

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

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

Answer: Option B

Solution

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