Operators
An operator is a symbol that is used to manipulate data in the program.
For example, the + operator is used for the addition operations, − operator is used for the subtraction operations, ++ operator is used to increament operations etc.
0 Comments