Computer Science, asked by EmylinEpsiba, 2 months ago

what is operator? write different operator in c++​

Answers

Answered by himanshu2006vps
0

Answer:

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. Logical Operators.

Similar questions