[试题]
试题7
以下程序运行后的输出结果是______。
#include <stdio.h>
main()
{ int a=37; a%=9; printf(“%d/n”, a); }
参考答案与解析: