填空题

以下程序运行后输出结果是 【7】 。   #include   main()   { int a=37;    a%=9; printf("%d\n",a);   }

【参考答案】

1