填空题
数据结构分为线性结构和非线性结构,带链的队列属于______。
【参考答案】
线性结构
点击查看答案
<上一题
目录
下一题>
热门
试题
填空题
数据结构分为逻辑结构和存储结构,循环队列属于______结构。
点击查看答案
单项选择题
下面结构体的定义语句中,错误的是( )。
A.struct ord int x;int y;int z;;struct ord a;
B.struct ord int x;int y;int z; struct ord a;
C.struct ord int x;int y;int z;a;
D.struct int x;int y;int z;a;
点击查看答案
相关试题
fp
x>=1
fname
设有定义: struct person int ID;cha...
有以下程序: #include <stdio.h> m...