answersLogoWhite

0

The following arithmetic operators are available in c:

+ - addition -> used to add two numbers

- - subtraction ->used to subtract two numbers

* - multiplication ->used to multiply two numbers

/ - division -> used to divide two numbers

% - modulus -> used to determine the remainder when two numbers are divided. a%b return the remainder when a is divided by b(can be used with only integer data types).

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions