单项选择题
以下程序段运行的结果是()。
A.5,2 B.5,3 C.3,5 D.2,5
A.struct结构体名 指针变量名; B.struct结构体名; C.struct指针变量名; D.struct指针变量名 结构体名;
A.值传递 B.地址传递 C.形参传递 D.实参传递