若有以下定义和语句:structstudent{intnum,age;};structstudentstu[3]={{1001,20},{1001,19},{1003,21}};structstudent*p=stu;则以下错误的引用是()。A.(p++)-numB.p++C.(*p).numD.p=stu.age
题目
若有以下定义和语句:structstudent{intnum,age;};structstudentstu[3]={{1001,20},{1001,19},{1003,21}};structstudent*p=stu;则以下错误的引用是()。
A.(p++)-num
B.p++
C.(*p).num
D.p=stu.age