Explain breifly what is opraters and how many opreters used in c++
Answers
Answered by
1
hello!
_____
We can define operators as symbols that help us to perform specific mathematical and logical computations on operands.
In other words, we can say that an operator operates the operands.
Arithmetic Operators:-
These are the operators used to perform arithmetic/mathematical operations on operands.
Unary Operators::-
Operators that operates or works with a single operand are unary operators.
Relational Operators: :-
These are used for comparison of the values of two operands.
Similar questions