Remainder
This page needs a recent browser (with SharedArrayBuffer support). Please update Chrome, Edge, Firefox or Safari to the latest version.
Remainder
% gives what is left over. 10 % 3 is 1. (Inside printf, %d is still the number slot.)
Use % to print 1 (the remainder of 10 % 3).
Click Run to see the output here.