Loading...
C++

Operators of C++

An operator is a symbol that tells the compiler to perform specific mathematical or logical operations. C++ is rich in built-in operators. They are:

  • Arithmetic Operators
  • Relation Operators
  • Logical Operators
  • Bitwise Operators
  • Assignment Operators
  • Misc Operators
Leave a Reply

Your email address will not be published. Required fields are marked *