what are the operators define each with example?
Answers
Answered by
1
Operators in C++ -
Tutorialspoint An operator is a symbol that tells the compiler to perform specific mathematical or logical manipulations. C++ is rich in built-in operators and provide the following types of operators − Arithmetic Operators. Relational Operators.
Answered by
0
operators are the symbols which perform specific operations on operands
Similar questions