填空题

线性表最常用的操作是存取第i个元素及其前趋的值,则采用 [1] 存储方式节省时间。

【参考答案】

双向链表
<上一题 目录 下一题>
热门 试题

单项选择题
以下程序的输出结果是 ______。 #include<iostream.h> #include<string.h> void main() char *p1= ,hello ,*p2= world! ,str[50]: Hii ; strcpy(str+2,p1); strcat(str,p2); cout<<str;
A.Hii,hello world!
B.hello world!
C.ii,hello world!
D.Hi,hello world!
填空题
若有: int x=25,y=14,z=19; 则在计算表达式x++<=25&&y--<=2&&++z<=18后,z的值为 [6] 。
相关试题
  • 所有的函数模板定义都是以关键字 [15]...
  • 下列程序中,先声明一个圆类circle和一个桌...
  • [9] 是一种特殊的成员函数,户主要用来...
  • 如果要在类的对象上使用运算符,除了运算符...
  • 若有int x[5],*p=x;则数组元素x[...