Computer Science, asked by snehamaini14, 11 months ago

what are operators.explain its types in detail​

Answers

Answered by ak47123
1

Answer:

Programming languages typically support a set of operators: constructs which behave generally like functions, but which differ syntactically or semantically from usual functions. Common simple examples include arithmetic, comparison, and logical operations.

Answered by sandeepkm3666
2

Answer:

Explanation:

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 constant

Similar questions