[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fVD6Bx748uePwh96SZMlvdm09WXa91Ey9qwgrglg0nOI":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":19,"related":20,"source":30,"type":31},[],"2024-06-01 20:27:42",147867373,[8,9,10,11],"在不同函数中可以使用相同名字的变量","形式参数是局部变量","在函数内定义的变量只在本函数范围内有效","在函数内的复合语句中定义的变量在本函数范围内有效",{"count":13,"courseId":14,"courseImg":15,"courseName":16,"workId":17,"workName":18},442,"4f8ff765ff12f5a52eb50b5a7f6d8b9f","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F7571164ed802b83343fbcc15d5ef4f71.png","C语言程序设计","work_35416670","选择题测试","以下不正确的说法是()",[21,32,35,44,53,63,73,83,92,102],{"answer":22,"createTime":5,"id":23,"options":24,"question":29,"source":30,"type":31},[],147867372,[25,26,27,28],"10,20","10,10","20,10","20,20","分析以下程序的运行结果(). #include&lt;stdio.h&gt; func(int a,int b) { int temp=a; a=b;b=temp; } void main() { int x,y; x=10;y=20; func(x,y); printf(&quot;%d,%d\\n&quot;,x,y); }","v1",0,{"answer":33,"createTime":5,"id":6,"options":34,"question":19,"source":30,"type":31},[],[8,9,10,11],{"answer":36,"createTime":5,"id":37,"options":38,"question":43,"source":30,"type":31},[],147867374,[39,40,41,42],"While的循环控制条件比do&mdash;while的循环控制条件严格","do&mdash;while的循环体至少无条件执行一次","do&mdash;while允许从外部转到循环体内","do&mdash;while循环体不能是复合语句","C语言中while和do&mdash;while循环的主要区别是()",{"answer":45,"createTime":5,"id":46,"options":47,"question":52,"source":30,"type":31},[],147867375,[48,49,50,51],"继承","自顶向下","模块化","逐步求精","下列选项中属于面向对象设计方法主要特征的是()",{"answer":54,"createTime":55,"id":56,"options":57,"question":62,"source":30,"type":31},[],"2024-06-01 20:27:43",147867376,[58,59,60,61],"只在该复合语句中有效","在该函数中有效","在本程序范围内均有效","为非法变量","在函数中的复合语句中定义了一个变量,则对于该变量以下正确的说法是()",{"answer":64,"createTime":65,"id":66,"options":67,"question":72,"source":30,"type":31},[],"2024-06-01 20:27:44",147867377,[68,69,70,71],"for(i=1;i&gt;10;i++)","static int a;while(a)","int s=6;do s-=2;while(s)","int s=6;m:if(s&lt;100)exit(0);else s-=2;goto m","以下程序段中,能够正确地执行循环的是()",{"answer":74,"createTime":75,"id":76,"options":77,"question":82,"source":30,"type":31},[],"2024-06-01 20:27:45",147867378,[78,79,80,81],"5","6","7","8","分析一下程序的运行结果(). #include&lt;stdio.h&gt; int func(int n) { if(n==1) return 1; else return(n*func(n-1)); } void mian() { int x; x=func(3); printf(&quot;%d\\n&quot;,x); }",{"answer":84,"createTime":75,"id":85,"options":86,"question":91,"source":30,"type":31},[],147867379,[87,88,89,90],"float型","int型","long型","double型","C语言允许函数值类型缺省定义,此时该函数值隐含的类型是()",{"answer":93,"createTime":94,"id":95,"options":96,"question":101,"source":30,"type":31},[],"2024-06-01 20:27:47",147867380,[97,98,99,100],"地址传递","单向值传递","由实参传给形参,再由形参传给实参","由用户指定传递方式","C语言中参数传递方式是()",{"answer":103,"createTime":94,"id":104,"options":105,"question":110,"source":30,"type":31},[],147867381,[106,107,108,109],"for(表达式1;0;表达式3)","for(表达式1;1;表达式3)","for(表达式1;表达式1;表达式3)","for(表达式1;表达式3;表达式3)","对 for(表达式1; ;表达式3) 可理解为()"]