[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f7qhTNYZpcC6TfoQTl9ZLbo7d8redP74n3oZvGaamo3I":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":19,"related":20,"source":31,"type":32},[],"2024-06-01 20:27:47",147867380,[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","选择题测试","C语言中参数传递方式是()",[21,33,42,51,60,70,80,90,99,102],{"answer":22,"createTime":23,"id":24,"options":25,"question":30,"source":31,"type":32},[],"2024-06-01 20:27:42",147867372,[26,27,28,29],"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":34,"createTime":23,"id":35,"options":36,"question":41,"source":31,"type":32},[],147867373,[37,38,39,40],"在不同函数中可以使用相同名字的变量","形式参数是局部变量","在函数内定义的变量只在本函数范围内有效","在函数内的复合语句中定义的变量在本函数范围内有效","以下不正确的说法是()",{"answer":43,"createTime":23,"id":44,"options":45,"question":50,"source":31,"type":32},[],147867374,[46,47,48,49],"While的循环控制条件比do&mdash;while的循环控制条件严格","do&mdash;while的循环体至少无条件执行一次","do&mdash;while允许从外部转到循环体内","do&mdash;while循环体不能是复合语句","C语言中while和do&mdash;while循环的主要区别是()",{"answer":52,"createTime":23,"id":53,"options":54,"question":59,"source":31,"type":32},[],147867375,[55,56,57,58],"继承","自顶向下","模块化","逐步求精","下列选项中属于面向对象设计方法主要特征的是()",{"answer":61,"createTime":62,"id":63,"options":64,"question":69,"source":31,"type":32},[],"2024-06-01 20:27:43",147867376,[65,66,67,68],"只在该复合语句中有效","在该函数中有效","在本程序范围内均有效","为非法变量","在函数中的复合语句中定义了一个变量,则对于该变量以下正确的说法是()",{"answer":71,"createTime":72,"id":73,"options":74,"question":79,"source":31,"type":32},[],"2024-06-01 20:27:44",147867377,[75,76,77,78],"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":81,"createTime":82,"id":83,"options":84,"question":89,"source":31,"type":32},[],"2024-06-01 20:27:45",147867378,[85,86,87,88],"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":91,"createTime":82,"id":92,"options":93,"question":98,"source":31,"type":32},[],147867379,[94,95,96,97],"float型","int型","long型","double型","C语言允许函数值类型缺省定义,此时该函数值隐含的类型是()",{"answer":100,"createTime":5,"id":6,"options":101,"question":19,"source":31,"type":32},[],[8,9,10,11],{"answer":103,"createTime":5,"id":104,"options":105,"question":110,"source":31,"type":32},[],147867381,[106,107,108,109],"for(表达式1;0;表达式3)","for(表达式1;1;表达式3)","for(表达式1;表达式1;表达式3)","for(表达式1;表达式3;表达式3)","对 for(表达式1; ;表达式3) 可理解为()"]