多项选择题
有下列表示按钮的结构体和声明语句struct BUTTON{int x,y;int width,height;char name[20];};struct BUTTON top[10],*p=top;下列哪个输入“按钮”名称的语句是正确的?(多选题)
A、cin>;>;p.name;
B、cin>;>;p->;name;
C、cin>;>;p[0]->;name;
D、cin>;>;p[0].name;
点击查看答案&解析
相关考题
