问题详情

答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关

下列对结构及其变量定义错误的是()。A.struct My Struct { int num; char ch; }B.struct MyStruct


下列对结构及其变量定义错误的是()。

A.struct My Struct { int num; char ch; }

B.struct MyStruct { int num; char ch; }My;

C.strut { int num; char ch; }My;

D.struct { int num; char ch; };

请帮忙给出正确答案和分析,谢谢!

参考答案
您可能感兴趣的试题