Chapter 4 Quiz Starting Out With C++ 005

What does the ! (exclamation symbol) mean in c++?

a. It tells the compiler to check this condition first
b. It means not or the opposite of what the comparison is.
c. It is a shortcut so you don't have to enter 'true' or a relational comparison operator
d. None of the above

1 comment:

  1. b. It means not or the opposite of what the comparison is.

    ReplyDelete