C - Arithmetic operators

Are used to perform mathematical operations. the following are basic operations between the arithmetic operators:
addition
par1 + par2
Subtraction
par1 - par2
multiplication
par1 * par2
division
par1 / par2

par1 / par2
modulo
par1 % par2
integer division
par1 / par2
additive inverse
- expression

C

Other pieces of example codes:
(float)i / 0xab
((float)(x * 2) / y +5)
xmin = -128
i = i-5
z = ((float)x / 5) * 10
 y = 15 % 4
Languages: en hu cz sk