假设有如下语句,则叙述错误的是?
假设有如下语句,则叙述错误的是?
struct abc { int m float n}mytype。
A.mytype是结构体类型名
B.mytype是结构体变量名
C.m和n都是结构体成员名
D.struct是定义结构体类型的关键字
正确答案:mytype是结构体类型名
假设有如下语句,则叙述错误的是?
struct abc { int m float n}mytype。
A.mytype是结构体类型名
B.mytype是结构体变量名
C.m和n都是结构体成员名
D.struct是定义结构体类型的关键字
正确答案:mytype是结构体类型名
相关答案