Computer Science, asked by Adeela8483, 9 months ago

What is operators? Explain its types?

Answers

Answered by manangothwal21
2

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

Answered by tejasshinde028
1

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

Similar questions