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