C++ Basic Operations

Basic Operations

Addition

Subtraction

Multiplication

Division

Integer division returns integer value only. It will not return fractional value.

Modulus operator (%)

it returns the remainder of the division. This operator we will use only with integer data.