OPERATORS AND EXPRESSIONS

Operators let you perform operations on your data. C++'s rich set of operators comprises of
I/O , Arithmetic, Relational, Logical and certain other types of operators.

Next