Operators in C++ | Types of operators in C++
Operators in C++
Operator is a symbol in C++ to perform calculations and other manipulations on values.
Operand
Operand is defined as the values which are used for perform calculations or manipulations.
Example: 10-5
10 and 5 are operands and – is the operator performing subtraction of 10 and 5
Types of operators in C++
Different Types of operators in C++ are: