[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fnEHfdwTLWWhZ6ksWdRwJfSzYbtKbNjTURMAw1fC78B8":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":19,"related":20,"source":31,"type":32},[],"2025-05-29 22:25:29",192128646,[8,9,10,11],"s+=1","p+=1","*p++","(*P)++",{"count":13,"courseId":14,"courseImg":15,"courseName":16,"workId":17,"workName":18},71,"27ce153583ce51e6bd0dce70bfb57cb7","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F8eb8f11a3bfca84cfa76ad09f5258d3d.jpg","程序设计及实践[C语言版]-P","work_43839661","对心理咨询的一些误解和困惑","设有说明int s[2]={0,1},*p=s; 则下列错误的C语句是",[21,33,42,51,54,63,72,81,90,100],{"answer":22,"createTime":23,"id":24,"options":25,"question":30,"source":31,"type":32},[],"2025-05-29 22:25:28",192128637,[26,27,28,29],"代表函数的返回值","指向函数的入口地址","表示函数的类型","表示函数返回值的类型","已有定义 int (*p)();指针p可以","v1",0,{"answer":34,"createTime":23,"id":35,"options":36,"question":41,"source":31,"type":32},[],192128639,[37,38,39,40],"50 ;30","30 ;50","80 ;-20","80 ;20","有以下程序 int fun(int x ,int y ,int *cp ,int *dp) { *cp=x+y; *dp=x-y; } main() { int a , b , c , d ; a=30; b=50; fun(a ,b ,&amp;c ,&amp;d) ; printf(&quot;%d ;%d\\n&quot; , c , d) ; } 输出结果是",{"answer":43,"createTime":5,"id":44,"options":45,"question":50,"source":31,"type":32},[],192128643,[46,47,48,49],"求字符串的长度","比较两个字符串的大小","将字符串s复制到字符串t中","将字符串s接续到字符串t中","下面函数的功能是 sss(char *s ,char *t ) { while((*s)&amp;&amp;(*t)&amp;&amp;(*t++== *s++)) ; return(*s-*t) ; }",{"answer":52,"createTime":5,"id":6,"options":53,"question":19,"source":31,"type":32},[],[8,9,10,11],{"answer":55,"createTime":5,"id":56,"options":57,"question":62,"source":31,"type":32},[],192128651,[58,59,60,61],"元素a[5]的值","元素a[5]的地址","元素a[6]的值","元素a[6]的地址","若有定义int a[10],*p = a;,则p+5表示_____",{"answer":64,"createTime":5,"id":65,"options":66,"question":71,"source":31,"type":32},[],192128653,[67,68,69,70],"p=max","*p=max","p=max(a,b)","*p=max(a,b)","已有函数max(a,b),为了让函数指针变量p指向函数max,正确的赋值方法是",{"answer":73,"createTime":5,"id":74,"options":75,"question":80,"source":31,"type":32},[],192128658,[76,77,78,79],"pb=&amp;x","pb=x","*pb=&amp;x","*pb=x","若有定义:char x,*pb;,则以下正确的赋值表达式是_____",{"answer":82,"createTime":5,"id":83,"options":84,"question":89,"source":31,"type":32},[],192128662,[85,86,87,88],"4 4","2 2","2 4","4 6","下列程序的输出结果是 main( ) { int a[5]={2,4,6,8,10},*p,* *k; p=a; k=&amp;p; printf(&quot;%d&quot;,*(p++)); printf(&quot;%d\\n&quot;,* *k); }",{"answer":91,"createTime":92,"id":93,"options":94,"question":99,"source":31,"type":32},[],"2025-05-29 22:25:39",192128669,[95,96,97,98],"3456","4563","5634","6345","设函数print定义如下,调用语句print(&quot;3456&quot;)后的输出结果是_____.\u003Cimg src=\"https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002Fd37b4ca4041f4159139e790bc054e549.jpg\">",{"answer":101,"createTime":102,"id":103,"options":104,"question":109,"source":31,"type":32},[],"2025-05-29 22:25:41",192128673,[105,106,107,108],"char s[5] = {&quot;ABCDE&quot;}","char s[5] ; s=&quot;ABCDE&quot;","char *s; s = &quot;ABCDE&quot;","char *s; scanf(&quot;%s&quot;,s)","下面能正确进行字符串赋值操作的是_____"]