'C' provides all the basic arithmetic operators. These can operate on any built-in data type allowed in ‘C’.
Arithmetic operators are
Arithmetic operators
|
|
Operator
|
Meaning
|
+
|
Addition
|
-
|
Subtraction
|
*
|
Multiplication
|
/
|
Division ( for finding the quotient )
|
%
|
Modulo Division ( for finding the Reminder )
|
Post a Comment