下面代碼執(zhí)行后輸出的結(jié)果是()
A.18 B.19 C.23 D.無(wú)法運(yùn)行
根據(jù)下面的定義,能輸出Mary的語(yǔ)句是()
A.printf("%s\n",class[1].name); B.printf("%s\n",class[2].name); C.printf("%s\n",class[3].name); D.printf("%s\n",class[0].name);
已定義結(jié)構(gòu)體如下,則能正確定義包含30名學(xué)生的結(jié)構(gòu)體數(shù)組的是()
A.structstudents[30]; B.structstu[30]; C.structs[30]stu; D.structstustudent[30];