设有以下说明语句,则以下叙述不正确的是( ) struct stu {int a;float b;}stutype;
举一反三
- 设有以下说明和定义语句:struct stu{ int a; float b;}stutype;则下面的叙述正确的是().
- 设有以下说明语句: typedef struct stu { int a; float b; } stutype; 则下面叙述中错误的是( )
- 中国大学MOOC: 设有以下说明语句:typedef struct stu{ int a; float b;} stutype;则下面叙述中正确的是()。
- 设有以下说明语句 typedef struct { int a; float b; } STUTYPE; 则下面不正确的叙述是_____
- 08110012:有以下说明语句,则下面的叙述不正确的是( )。 typedef struct stu{ int a; float b }stutype;