摘要: 下列程序的运行结果是()。 #include #include main() {char*s1="abDuj"; char[阅读全文:]
摘要: 设计数据库的存储结构属于()。[阅读全文:]
摘要: 设有下列定义: struct sk {int m; float x; }data,*q; 若要使q指向data中的m域,正确的赋值语句是[阅读全文:]
摘要: 在单链表中,增加头结点的目的是______。[阅读全文:]
摘要: 将E-R图转换到关系模式时,实体与实体间的联系可以表示成()。[阅读全文:]
摘要: 下列程序段的运行结果是()。 #include void main() {char str[]="ABC",*p=str; printf("[阅读全文:]
摘要: 线性表的顺序存储结构和线性表的链式存储结构分别是______。[阅读全文:]
摘要: 下列不属于软件工程的3个要素的是()。[阅读全文:]
摘要: 下列程序的输出结果是()。 #include int fun(int x) {int a; if(x==0‖x==1) return 3;[阅读全文:]
摘要: 数据库技术的根本目标是要解决数据的()。[阅读全文:]