填空题
数据结构分为逻辑结构和存储结构,循环队列属于______结构。
【参考答案】
存储或物理
点击查看答案
<上一题
目录
下一题>
热门
试题
单项选择题
下面结构体的定义语句中,错误的是( )。
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;
点击查看答案
单项选择题
以下程序的输出结果是( ), int a,b; void fun() a=100;b=200; void main() int a=5,b=7; fun(); printf( %d%d n ,a,b);
A.100200
B.57
C.200100
D.75
点击查看答案
相关试题
fp
x>=1
fname
设有定义: struct person int ID;cha...
有以下程序: #include <stdio.h> m...