通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
设有以下程序段:
struct MP3 { char name[20]; char color; float price; }std,*ptr; ptr=&std;
要引用结构体变量std中的color成员,下列写法中错误的是()。