Explain in detail about operators and its types with example.
Answers
Answered by
0
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.
Similar questions