. What is operator ? list out all operators. Explain any
two operators
Answers
Answered by
0
Answer:
Arithmetic Operators
Operator Description Example
* Multiplies both operands A * B will give 200
/ Divides numerator by de-numerator B / A will give 2
% Modulus Operator and remainder of after an integer division B % A will give 0
++ Increment operator, increases integer value by one A++ will give 1
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.
Step-by-step explanation:
please mark me as brain list
Similar questions