填空题

写出下列程序的输出结果______。
main()
int n=0;
while(n++<=1) ;
printf("%d,",n);
printf("%d",n++);

【参考答案】

C,C