A.function 結構名 變量名 B.static 結構名 變量名 C.struct 變量名 結構名 D.struct 結構名 變量名
A.struct student a B.a student C.struct a D.以上都不對
A.** B.[] C.{} D.()