设有如下语句typedef struct Date {

设有如下语句

typedef struct Date
{
int year;
int month;
int day;
} DATE;

则以下叙述中错误的是()。

答案
A

题目信息

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