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