【简答题】main( ) { int x=102,y=012; printf(“%2d,%2d\n”,x,y); }
【判断题】大力发展职业教育,是建设人力资源强车的必然要求。
【简答题】main() { int x=15; while(x>10 && x<50) { x++; if(x/3){x++;break;} else continue; } printf(“%d\n”,x); }
【简答题】main( ) { int n=0,m=1,x=2; if(!n) x-=1; if(m) x-=2; if(x) x-=3; printf(“%d\n”,x); } 执行后输出结果是_______ 。
【单选题】下面程序的输出是( ) main() { struct cmplx { int x; int y; } cnum[2]={1,3,2,7}; printf("%d\n",cnum[0].y /cnum[0].x * cnum[1].x); }
【单选题】已知某材料供应价格为 50000 元 / 吨,运杂费 5000 元 / 吨,采购保管费率 1.5% ,运输损耗率 2% ,则该材料的单价为( )万元 / 吨。(本题价格均为含税价格,该材料适用 17% 增值税率,且采用 “ 一票制 ” 支付方式)