Introduction to Operators
Get acquainted with operators in C++.
We'll cover the following...
Operators
In computer language, an operator is a symbol that takes one or more values as input and outputs another value after performing a particular operation.
Operands are the data items on which an operation is being done.