Modulus Operator. #include <stdio.h>. main(). {. int a, b, q, r; ... This is the program mod.c. a.out < in.dat. a b a/b a%b. 10 3 3 1. 3 10 0 3 ...
確定! 回上一頁