Computer Science, asked by minoo2004, 11 months ago

use of "!" operator in c++ program​

Answers

Answered by Soñador
0

Answer:

! = not

Explanation:

It is a logical operator.

! mark is used to denote Not.

It negates the result of operation.

For example =

0 ! = 1

It changes the compliment.

Similar questions