[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fx2FgVlp9lKHhKfH3C6wu6fnuOttVDInx-eLCunU1huU":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":16,"related":17,"source":27,"type":28},[],"2025-12-24 06:28:25",283428434,[8,9,10,11],"C程序的基本组成单位是函数","一个C源程序可由一个或多个函数组成","一个源程序必须包含一个main()函数","在C程序中,注释说明只能位于一条语句的后面",{"courseId":13,"courseImg":14,"courseName":15},"53e1d2ef4961cca8eea3e23969ad2cb9","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F03a579384a6dc297c89809b582fcc767.png","默认课程","以下叙述不正确的是()",[18,29,37,46,55,58,67,76,85,94],{"answer":19,"createTime":5,"id":20,"options":21,"question":26,"source":27,"type":28},[],283428430,[22,23,24,25],"死循环,不能确定次数","10","6","1","以下程序中,while循环的循环次数是(). #include&lt;stdio.h&gt; void main() { int i=0; while(i&lt;10) { if(i&lt;1) continue; if(i= =5) break; i++; } &hellip;&hellip;}","v1",0,{"answer":30,"createTime":5,"id":31,"options":32,"question":36,"source":27,"type":28},[],283428431,[33,34,25,35],"无输出","结果不确定","-1","语句printf(&quot;%d&quot;,(a=2)&amp;&amp;(b=-2));的输出结果是()",{"answer":38,"createTime":5,"id":39,"options":40,"question":45,"source":27,"type":28},[],283428432,[41,42,43,44],"ab","2","abc","3","以下程序段的输出结果为(). char c[]=&quot;abc&quot;; int i=0; do ;while(c[i++]!='\\0');printf(&quot;%d&quot;,i-1)",{"answer":47,"createTime":5,"id":48,"options":49,"question":54,"source":27,"type":28},[],283428433,[50,51,52,53],"scanf(&quot;%d&quot;,&amp;n);*p=n","p=&amp;n;*p=m","p=&amp;n;scanf(&quot;%d&quot;,*p)","p=&amp;n;scanf(&quot;%d&quot;,&amp;p)","若有说明 int *p,m=5,n;以下正确的程序段是()",{"answer":56,"createTime":5,"id":6,"options":57,"question":16,"source":27,"type":28},[],[8,9,10,11],{"answer":59,"createTime":5,"id":60,"options":61,"question":66,"source":27,"type":28},[],283428435,[62,63,64,65],"与参数x的类型相同","无法确定","void类型","int类型","以下函数 fff(float x) { printf(&quot;%d\\n&quot;,x*x); }的类型是()",{"answer":68,"createTime":5,"id":69,"options":70,"question":75,"source":27,"type":28},[],283428436,[71,72,73,74],"x\u002Fy*1\u002Fz","x\u002Fy\u002Fz","x*(1\u002F(y*z))","x\u002Fy*z","若变量x、y、z均为double类型且已经正确赋值,不能正确表示x\u002F(y&times;z)的C语言表达式是()",{"answer":77,"createTime":5,"id":78,"options":79,"question":84,"source":27,"type":28},[],283428437,[80,81,82,83],"main函数可以在任何地方出现","main函数必须出现在固定位置","main函数必须出现在所有函数之后","main函数必须出现在所有函数之前","在一个C程序中()",{"answer":86,"createTime":5,"id":87,"options":88,"question":93,"source":27,"type":28},[],283428438,[89,90,91,92],"必须为下划线","必须为字母","必须为字母或下划线","可以是字母、数字和下划线中任一种字符","C语言中的标识符只能由字母、数字和下划线三种字符组成,且第一个字符( )",{"answer":95,"createTime":5,"id":96,"options":97,"question":102,"source":27,"type":28},[],283428439,[98,99,100,101],"只能为整型","任何类型","只能为整型和字符型","只能为整型,字符型,枚举型","C语言中,switch后的括号内表达式的值可以是()"]