% (modulo)

%

Finds the remainder of the division between two integers, x and y, such that

(x % y) + y * (x / y) = x

See how a demonstration of how this operator and division here.