单项选择题

单个用户使用的数据视图的描述称为( )。

A.外模式
B.概念模式
C.内模式
D.存储模式
<上一题 目录 下一题>
热门 试题

单项选择题
以下程序的运行结果是( )。 #include <stdio.h> main() st,uct date int year,month,day;today; printf( %d n ,sizeof(struct date));
A.6
B.8
C.10
D.12
单项选择题
设有以下说明语句: struct stu int a; float b; stutype; 则下面叙述不正确的是( )。
设有以下说明语句:
struct stu
int a;
float b;
stutype;
则下面叙述不正确的是( )。
相关试题
  • 有如下程序: #include<stdio.h> mai...
  • 以下程序中函数sort的功能是对数组a中的数...
  • 以下程序的输出结果是( )。 #include...
  • 有以下程序: #include<stdio.h> voi...
  • 若有以下定义: struct link int data...