单项选择题
A.地址 B.变量的副本 C.函数名 D.数组的第一个元素
A.5,2 B.5,3 C.3,5 D.2,5
A.struct结构体名 指针变量名; B.struct结构体名; C.struct指针变量名; D.struct指针变量名 结构体名;