填空题

设有定义: struct person { int ID; char name[12]; } P; 请将scanf("%d", ______);语句补充完整,使其能够为结构体变量P的成员ID正确读入数据。

【参考答案】

&p.ID
热门 试题