Q.3 available in C with suitable examples. (a) What do you mean by operators? Explain different types of operators
Answers
Answered by
1
Answer:
An operator in a programming language is a symbol that tells the compiler or interpreter to perform specific mathematical, relational or logical operation and produce final result.
Different types of operators are
Arithmetic Operators.
Relational Operators. ...
Logical Operators. ...
Assignment Operators. ...
Bitwise Operators. ...
Miscellaneous Operators.
Similar questions