填空题

数据结构包括数据的逻辑结构、数据的______以及对数据的操作运算。

【参考答案】

存储结构
<上一题 目录 下一题>
热门 试题

填空题
软件危机出现于20世纪60年代末,为了解决软件危机,人们提出用______的原理来设计软件,这就是软件工程诞生的基础。
单项选择题
有如下程序: #include <iostream> using namespace std; class Sample friend long fun(Sample s); public: Sample(long a)x=a; private: long x; ; long fun(Sample s) if (s.x<2) return 1; return s.x*fun(Sample(s.x-1)); int main() int sum=0; for (int i=0; i<6; i++) sum+=fun(Sample(i)); cout<<sum; return 0; 运行时输出的结果是( )。
A.120
B.16
C.154
D.34
相关试题
  • 有如下类声明: class MyClass int i;...
  • 下面程序的运行结果是______。 #in...
  • 语句cout<<setiosflags(ios::showpos...
  • -A00,A,B
  • 头文件______中包含了处理用户控制的...