Computer Science, asked by dpnalam, 18 days ago

explain unary not (!) operator with
example.​

Answers

Answered by harshmaury75
0

Explanation:

The logical not operator is used to reverse the given condition. For example, if the operand is true, the logical not operator (!) reverses and return false; if the operand is false, the logical operator returns true.

Answered by XxBadmashChoraxX
1

Answer:

The logical not operator is used to reverse the given condition. For example, if the operand is true, the logical not operator (!) reverses and return false; if the operand is false, the logical operator returns true.

Similar questions