Computer Science, asked by shivchahal8059, 7 months ago

what is operator? explain any two iperator in c++​

Answers

Answered by Anonymous
1

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.

Answered by suyashm7898
2

Explanation:

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.

Similar questions