...
Discarding the fractional part of the remainder is often called "truncation toward zero."
The C99 definition of the % operator implies the following behavior:
...
...
Discarding the fractional part of the remainder is often called "truncation toward zero."
The C99 definition of the % operator implies the following behavior:
...