Vidyalelo
C++ Programming · Q97

Variables and Data Types in C++

Programming · C++ Programming · question 97

Q97

Which of the two operators ++ and - work for the bool data type in C++?

A.
None
B.
++
Answer
C.
-
D.
++ & -

Answer: Option B

Solution

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