|
|
|
|
|
by nwellnhof
847 days ago
|
|
It should be noted that in C89, both behaviors of division and modulo are allowed and it's implementation-defined whether division results are truncated or rounded towards negative infinity. This has changed in C99 which only allows truncation towards zero. |
|