单项选择题
在数据库管理技术的发展中,数据独立性最高的是( )。
A.人工管理
B.文件系统
C.数据库系统
D.数据模型
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
有以下程序 #include<stdio.h> #include<string.h> Struct A int a;char b[10];double c;; struct A f(struct A t); main() struct A a=1001, ZhangDa ,1098.0; a=f(
A.;printf("%d,%s,%6.1f\n",a.a,a.b,a.c);
struct
点击查看答案&解析
单项选择题
以下不正确的转义字符是( )。
A.'\\'
B.'\t'
C.'\n'
D.'088'
点击查看答案&解析
相关试题
运行下列程序时,若输入数据为“321”,...
有以下程序: #include<stdio.h> int...
以下程序中函数sort的功能足对a数组中的数...
下列程序的运行结果是( )。 #include...
在数据库系统的内部结构体系中,索引属于(...