Answer the following Questions:
What do you mean by operator? Name the types of operators.
Answers
Answered by
4
An operator is a symbol that tells the compiler to perform a certain mathematical or logical manipulation.
Types of operators :
- Arithmetic Operators.
- Relational Operators. ...
- Logical Operators. ...
- Assignment Operators. ...
- Bitwise Operators.
- Miscellaneous Operators.
Answered by
3
Answer:
The special symbol used to perform some operation on operant or variable is known as an operator.
The types of operators are as following:-
1. Automatic operators.
2.Aecrement operator.
3. Relational operator.
4. Logical operator.
5. Conditional operator.
6.Bitwise operator.
7. Assignment operator.
8. Other special operators
Similar questions