题目详情
单选题 下面结构体的定义语句中,错误的是________
A. struct ord { int x; int y; int z; } struct ord a
B. struct { int x; int y; int z; } a
C. struct ord { int x; int y; int z; } a
D. struct ord { int x; int y; int z; };struct ord a

学科:嵌入式原理与应用
时间:2024-06-24 11:40:31
相关题目
相关作业
