填空题下列程序的输出结果是______。 main() int i; for(i=1;i+1;i++) if(i>4) printf( %d n ,i); break; printf( %d n ,i++);
填空题按“先进后出”原则组织数据的数据结构是______。