Operator in C ++
an operator is an icon, which tells the compiler to perform specific mathematical and logical operations. c ++ provides many available operators.
an operator is an icon, which tells the compiler to perform specific mathematical and logical operations. c ++ provides many available operators.
we see the following simple expression: 4 + 5 is equal to 9. here 4 and 5 are operands and '+' called operator - operator.