[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f2K-7MRiKlDu6H3zID8uoJRMtjSY0Zs28jfIi95I_7j4":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":19,"related":20,"source":30,"type":31},[],"2025-11-05 21:21:31",229365933,[8,9,10,11],"9","10","11","12",{"count":13,"courseId":14,"courseImg":15,"courseName":16,"workId":17,"workName":18},163,"53e1d2ef4961cca8eea3e23969ad2cb9","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F03a579384a6dc297c89809b582fcc767.png","默认课程","exam_167829983","5","设 i、j、k均为int型变量,则执行完下面的for语句后,k的值为( ). for(i=0,j=10;i&lt;=j;i++,j--) k=i+j",[21,32,41,50,59,68,77,84,93,102],{"answer":22,"createTime":5,"id":23,"options":24,"question":29,"source":30,"type":31},[],229365924,[25,26,27,28],"Spring Summer Autumn Winter","Spring Summer Autumn","Summer Autumn Winter","Summer Autumn","下列程序执行后的输出结果是( ). #include &lt;stdio.h&gt; void main( ) { char w[4][10] = {&quot;Spring&quot; ,&quot;Summer&quot; , &quot;Autumn&quot; , &quot;Winter&quot;}; int k; for(k=1; k&lt;3; k++) printf(&quot;%s\\n&quot;,w[k]); }","v1",0,{"answer":33,"createTime":5,"id":34,"options":35,"question":40,"source":30,"type":31},[],229365925,[36,37,38,39],"编译型语言和解释型语言","高级语言和低级语言","汇编语言和机器语言","面向过程语言和面向对象语言","程序设计语言按照语言级别可以分为哪两类",{"answer":42,"createTime":5,"id":43,"options":44,"question":49,"source":30,"type":31},[],229365926,[45,46,47,48],"逻辑型","枚举类型","指针类型","构造类型","C语言的基本数据类型包括整型、实型、字符型和( )",{"answer":51,"createTime":5,"id":52,"options":53,"question":58,"source":30,"type":31},[],229365927,[54,55,56,57],"3","2","1","0","有以下程序: #include &lt;stdio.h&gt; void main() { int x=1,y=0; if(!x)y++; else if(x==0) if(x)y+=2; else y+=3; printf(&quot;%d\\n&quot;,y); } 程序运行后的输出结果是( )",{"answer":60,"createTime":5,"id":61,"options":62,"question":67,"source":30,"type":31},[],229365928,[63,64,65,66],"变量名","字符常量","字符串常量","整型常量","'A'是一个( )",{"answer":69,"createTime":5,"id":70,"options":71,"question":76,"source":30,"type":31},[],229365929,[72,73,74,75],"自动(auto)","静态(static)","外部(extern)","寄存器(register)","凡是函数中未指定存储类别的局部变量,其隐含的存储类别为( )",{"answer":78,"createTime":5,"id":79,"options":80,"question":83,"source":30,"type":31},[],229365930,[10,11,81,82],"13","14","#include &lt;stdio.h&gt; fun(int n) { int s; if(n==0) s=7; else s=n+fun(n-1); return s; } void main() { printf(&quot;%d&quot;,fun(3)); }",{"answer":85,"createTime":5,"id":86,"options":87,"question":92,"source":30,"type":31},[],229365931,[88,89,90,91],"switch (x) { case 1: printf(&quot;1&quot;); break; }","switch (x) { case 1: printf(&quot;1&quot;); }","switch (x) { default: printf(&quot;default&quot;); }","以上都是正确的","在C语言中,以下哪项是正确的switch语句格式",{"answer":94,"createTime":5,"id":95,"options":96,"question":101,"source":30,"type":31},[],229365932,[97,98,99,100],"char a[10]= &quot;china&quot;","char a[10],*p=a;p=&quot;china&quot;","char *a;a=&quot;china&quot;","char a[10],*p;p=a=&quot;china&quot;","下面说明不正确的是( )",{"answer":103,"createTime":5,"id":6,"options":104,"question":19,"source":30,"type":31},[],[8,9,10,11]]