What is operators? Explain its types?
Answers
Answer:
Operators are special type of functions, that takes one or more arguments and produces a new value. For example : addition (+), substraction (-), multiplication (*) etc, are all operators. Operators are used to perform various operations on variables and constants.
hope it helps
please mark it as brainliest
Answer:
An operator does some operations on operands and this operation is normally specified by operator's symbol.
C++ has many operators.
Explanation:
☆Types of operator
● ARITHMETIC OPERATOR
● INCREMENT DECREMENT OPERATOR
● RELATIONAL OPERATOR
● LOGICAL OPERATOR
● CONDITIONAL OPERATOR
● ASSIGNMENT OPERATOR
● SHORTHAND OPERATOR
● BITWISE OPERATOR
● OPERATOR DEALING WITH STREAMS
● COMMA OPERATOR
● THE SIZE OF OPERATOR
● SCOPE RESOLUTION OPERATOR
● MEMORY MANAGEMENT OPERATOR
● TYPE CAST OPERATOR
● STREAM MANIPULATION OPERATOR