-->
当前位置:首页 > 题库

单选题:有以下说明和定义:

Luz5年前 (2021-05-10)题库976
有以下说明和定义:
```
union dt {
int a;
char b;
double c;
} data;
```
以下叙述中错误的是( )。

答案:C