设有以下程序段:struct MP3 { char n

设有以下程序段:

struct MP3
{
char name[20];
char color;
float price;
}std,*ptr;
ptr=&std;

要引用结构体变量std中的color成员,下列写法中错误的是()。

答案
C

题目信息

题号:4599
题型:单选题
难度:普通