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