填空题

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

【参考答案】

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

填空题
一个类可以从直接或间接的祖先中继承所有属性和方法。采用这个方法提高了软件的 【3】 。
单项选择题
下面的程序执行后,文件test.t中内容是______。 #include<stdio.h> void fun(clar *fname,char *st) { FILE*myf;int i; myf=fopen(fname, w ); for(i=0;i<stden(st);i++)fputc(st[i],myf); fclose(myf); } main() {fun( test.t , new world ); fur( test.t , hello, ;}
A.hello,
B.new worldhello
C.new world
D.hello,rld
相关试题
  • 若有如下结构体说明:struct STRU{int a...
  • 以下程序输出的最后一个值是 【8】 。in...
  • 若有定义语句char s[100],d[100...
  • 下面的程序可对指定字符串进行从大到小排序...
  • 以下程序段打开文件后,先利用fseek函数将...