what is operator?what are the types of operator?
Answers
Answered by
4
Answer:
Arithmetic operator are of two types: Unary Operators: Operators that operates or works with a single operand are unary operators. For example: (++ , –) Binary Operators: Operators that operates or works with two operands are binary operators
Answered by
11
Question:
- what is operator?what are the types of operator?
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.
#HappyLearning
Similar questions