[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fqrKFYLc9Pl_nusRjYcSILoAgxlN2_6yNHzMsHUcQXaA":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":8,"question":12,"related":13,"source":19,"type":20},[],"2025-12-23 09:02:12",281938140,[],{"courseId":9,"courseImg":10,"courseName":11},"53e1d2ef4961cca8eea3e23969ad2cb9","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F03a579384a6dc297c89809b582fcc767.png","默认课程","数组的所有元素的类型 ,结构体类型各成员的类型可以",[14,21,24,29,34,39,44,49,54,59],{"answer":15,"createTime":5,"id":16,"options":17,"question":18,"source":19,"type":20},[],281938139,[],"数组类型和结构体类型都属于 类型的一种","v1",2,{"answer":22,"createTime":5,"id":6,"options":23,"question":12,"source":19,"type":20},[],[],{"answer":25,"createTime":5,"id":26,"options":27,"question":28,"source":19,"type":20},[],281938141,[],"结构体每个成员在结构体中又称为 ,所以成员表列又称为 .成员名的命名规则与变量名命名规则",{"answer":30,"createTime":5,"id":31,"options":32,"question":33,"source":19,"type":20},[],281938142,[],"有定义语句struct man{ char name[9];int age;} m1,m2; 则 是结构体定义关键字, 是结构体名, 是结构体类型名, 和 是域名, 和 是结构体变量名",{"answer":35,"createTime":5,"id":36,"options":37,"question":38,"source":19,"type":20},[],281938143,[],"结构体类型与结构体变量是两个 的概念.系统不会给结构体 分配存储空间,只对结构体 分配存储空间",{"answer":40,"createTime":5,"id":41,"options":42,"question":43,"source":19,"type":20},[],281938144,[],"结构体变量所占内存的字节数是 成员所占字节数的",{"answer":45,"createTime":5,"id":46,"options":47,"question":48,"source":19,"type":20},[],281938145,[],"有定义语句struct man{ char name[9];int age;} m={&quot;abcdef&quot;,20},*p=&amp;m;则m.name[5]的值为 ,m.age+2的值为 ,p-&gt; name[3]的值为 ,p-&gt;age的值为",{"answer":50,"createTime":5,"id":51,"options":52,"question":53,"source":19,"type":20},[],281938146,[],"有定义语句struct aa{int x;int y;};struct man{ char name[9]; struct aa x;} m={&quot;abcdef&quot;,{20,22}};则m.x.x的值为 ,m.x.y的值为 ,m.x.x*m.name[0]的值为",{"answer":55,"createTime":5,"id":56,"options":57,"question":58,"source":19,"type":20},[],281938147,[],"有定义语句struct ter {char name[10]; char sex;int age;} Ter[2] ={{&quot;zhang&quot;,'w',20}, {&quot;li&quot;,'m',30}};则Ter[1].age的值为 ,Ter[1].sex的值为 ,Ter[0]. name[2]的值为 ,Ter[1].age* Ter[1]. name[2]的值为",{"answer":60,"createTime":5,"id":61,"options":62,"question":63,"source":19,"type":20},[],281938148,[],"有定义语句struct man{ char name[10]; int age; float x;} w;则sizeof(int)的值为 ,sizeof(struct man)的值为 ,sizeof(w)的值为"]