首页题库练习题目详情
C语言程序设计单选题中等

对于结构体 Student,其成员包括 name(字符串)和 score(整数),下列哪项可以访问 name 成员?

As.name
BStudent->name
Cs.name()
DStudent.name