下面程序的运行结果是( )。 #include<stdio.h> main() { int y=10; do{y--;}while(--y); printf("%d ",y--); }
免费的网站请分享给朋友吧