Thursday 19 May 2011

Arithmetic Operators

C uses the four arithmetic operators that are common in most programming languages, and one, the remainder operator, which is not so common.


+    Addition
-     Subtraction
*    Multiplication
/     Division
%   Remainder

0 comments:

Post a Comment