// 除法取余运算符的例子 //2018年9月19日22:44:21 # include<stdio.h> int main(void) { printf(%, %-, -%, -%-, -%, %); ; } /* 在Vc++6.0中输出的结果是: -------------------------------- 0 1 -1 -1 -13 3 Press any key to continue -------------------------------- 总结:取余%的运算对象必须是整…