what is operator in c++
Answers
Answered by
2
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.
Answered by
3
Heyaa........
Arithmetic..... bitwise..... conditional...... etc are the operators in C++
Arithmetic..... bitwise..... conditional...... etc are the operators in C++
ramesh87901:
first give definition of operator
Similar questions