以下程序运行后的输出结果是( ) 。 #include <stdio.h> main() {int a=37; a%=9; printf(“%d\n”,a); }
A.0 B.1 C.2 D.3
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。