网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
A={1,2},B={3,4},C={1,2,3,4}则A,B,C的关系()。
- A、C=A∪B
- B、C=A∩B
- C、A=B=C
- D、A=B∪C
参考答案
更多 “A={1,2},B={3,4},C={1,2,3,4}则A,B,C的关系()。A、C=A∪BB、C=A∩BC、A=B=CD、A=B∪C” 相关考题
考题
有以下程序#include stdio.hstruct ord{ int x,y; } dt[2]={1,2,3,4};main(){ struct ord *p=dt;printf("%d,",++p-x); printf("%d\n",++p-y);}程序的运行结果是A)1,2B)2,3C)3,4D)4,1
考题
以下不能正确定义二维数组的选项是()。 A)int a[2][2]={{1},{2}}; B)int a[][2]={1,2,3,4}; C)int a[2][2]={{1},2,3}; D)int a[2][]={{1,2},{3,4}};
考题
以下不能正确定义二维数组的选项是 ______。A.int a[2][2]={{1},{2}};B.int a[][2]={1,2,3,4};C.int a[2][2]={{1},2,3};D.int a[2][]={{1,2},{3,4}};
考题
已知vec=[[1,2],[3,4]],则表达式[[row[i]forrowinvec]foriinrange(len(vec[0]))]的值为_________________________。
考题
有下列程序: #includestdi0.h structord {intx,y;}dt[2]={1,2,3,4}; voidmain( ) {structord*p=dt; printf("%d,",++P-x);printf("%d,",++P -y); } 程序的运行结果是( ).A.1,2B.2,3C.3,4D.4,1
考题
有以下程序includestruct ord{ int x,y;} dt[2]={1,2,3,4};mare(){struct ord*p=dt; p
有以下程序 #include<stdio.h> struct ord { int x,y;} dt[2]={1,2,3,4}; mare() { struct ord*p=dt; printf("%d,",++p->x); printf("%d\n",++p->y); } 程序的运行结果是______。A.1,2B.2,3C.3,4D.4,1
考题
有以下程序#includestdio.hstruct ord{int x,y;} dt[2]={1,2,3,4};main(){struct ord*p=dt;printf(“%d,”,++(p一x));printf(“%d\n”,++(p一y));}程序运行后的输出结果是A.1,2B.4,1C.3,4D.2.3
考题
设有向无环图G中的有向边集合E={<1,2>,<2,3>,<3,4>,<1,4>},则下列属于该有向图G的一种拓扑排序序列的是()。A.1,2,3,4
B.2,3,4,1
C.1,2,4,3
D.1,4,2,3
考题
令A={1,2,3,4 },下列关系是否是自反的、反自反的、对称的、反对称的、传递的? (1)R={(1,1),(1,2),(2,1),(2,2),(3,3),(3,4),(4,3),(4,4)} (2)Φ (3)R={(1,2),(1,3),(3,1),(1,1),(3,3),(3,2),(1,4),(4,2),(3,4)}
考题
以下能正确定义数组并赋初值正确的语句是:()。A、intN=5,b[N][N];B、inta[1][2]={{1},{3}};C、intc[2][]={{1,2},{3,4}};D、intd[3][2]={{1,2},{3,4}};
考题
单选题以下不能正确定义二维数组的选项是()A
int a[2][2]={{1},{2}};B
int a[][2]={1,2,3,4};C
int a[2][2]={{1},2,3};D
int a[2][]={{1,2},{3,4}};
考题
单选题下列选择中,不能正确定义二维数组的是()。A
int a[2][2]={{1},{2}};B
int a[][2]={1,2,3,4};C
int a[2][]={{1,2},{3,4}};D
int a[2][2]={{1},2,3};
考题
问答题令A={1,2,3,4 },下列关系是否是自反的、反自反的、对称的、反对称的、传递的? (1)R={(1,1),(1,2),(2,1),(2,2),(3,3),(3,4),(4,3),(4,4)} (2)Φ (3)R={(1,2),(1,3),(3,1),(1,1),(3,3),(3,2),(1,4),(4,2),(3,4)}
热门标签
最新试卷