[單項選擇題] 有以下說明和定義語句: struct studentint age;char num[8];; struct student stu[3]
2021-07-20
[單項選擇題] 有以下說明和定義語句:
struct student
int age;char num[8];;
struct student stu[3]= 20,"200401",21,"200402",19,"200403";
structstudent *p=stu;
以下選項中引用結(jié)構(gòu)體變量成員的表達式錯誤的是( )。
A.(p++)->num
B.p->num
C.(*p).num
D.stu[3].age
正確答案:D
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。