单项选择题
在E-R图中,用( )来表示实体之间联系。
A.矩形
B.菱形
C.椭圆形
D.正方形
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
下面结构体的定义语句中,错误的是( )。
A.struct ordint x;int y;int z;;struct ord a;
B.struct ordint x;int y;int z;;ord a;
C.struct ordint x;int y;int z;a;
D.structint x;int y;int z;a;
点击查看答案&解析
单项选择题
下述程序的输出结果是( )。 #include<stdio.h> void main() int a[5]=1,2,3,4,5; int *p=a,**q=&p; printf( %d, ,*(p++)); printf( %d ,**q);
A.2,2
B.1,1
C.3,4
D.1,2
点击查看答案&解析
相关试题
若运行以下程序时,从键盘输入ADescriptor...
有以下程序: #include<string.h> vo...
执行以下程序段的输出结果是( )。 int...
在一棵二叉树中,叶子结点共有30个,度为...
以下程序的输出结果是( )。 #include...