Asked by Shubrenia Scott on May 04, 2024

verifed

Verified

The ! operator is an unary operator.

Unary Operator

An operator that takes a single operand and performs an operation, such as negation or increment.

  • Ascertain and make use of logical operators suitably in C programming scenarios.
verifed

Verified Answer

TV
Thakur vlogsMay 07, 2024
Final Answer :
True
Explanation :
The ! operator is indeed an unary operator because it operates on a single operand, typically used to reverse the boolean value of its operand.