Computer Science, asked by rj699, 8 months ago

Which one of the following is not a binary operator?
AND
==
!

Answers

Answered by akumar41864
4

Answer:

! is the correct option

Explanation:

hope it helps you ☺️☺️

please mark as brainliest and follow me..

Answered by 27swatikumari
1

Answer:

"!" is not a binary operator.

Explanation:

  • An operator known as a binary operator manipulates two operands to get a result.
  • Operators offer a simple way to compare numerical values or character strings and are represented by special characters or by keywords.

In computing, some popular binary operators are:

  1. Equal (==)
  2. Inequal (!=)
  3. Lower than ()
  4. More than (>)
  5. greater than (>) or equivalent to
  6. Equal to or less than (=)
  7. rational AND (&&)
  8. () logical OR
  9. Plus (+)
  10. Minus (-)
  11. (*) Multiplication
  12. Subtract (/)
Similar questions