1. Explain the term operator
Answers
Answered by
6
Answer:
An operator is a symbol that tells the compiler to perform a certain mathematical or logical manipulation. Operators are used in programs to manipulate data and variables. C operators can be classified into following types: Arithmetic operators. Relational operators. Logical operators. Bit wise operators. Assignment operators.
Step-by-step explanation:
Answered by
4
Answer:
Operator are the special symbol that conveys a special meaning..,
Or an specific operation is to be done
Similar questions