题目详情
单选题 以下说明和语句中,对结构体变量std中成员id的引用方式不正确的是( ). struct work { int id; int name; } std, *p; p=&std
A. std.id
B. *p.id
C. (*p).id
D. &std.id
学科:计算机程序设计
时间:2025-08-11 02:58:02
相关题目
相关作业