what are the different types of operators in ' c '
language ? ? Describe each of then.
Answers
Answered by
0
Answer:
C supports all the basic arithmetic operators. The following table shows all the basic arithmetic operators.
...
Arithmetic operators.
Operator Description
* multiply two operand
/ divide numerator by denominator
% remainder of division
++ Increment operator - increases integer value by one
Similar questions