- A.数组a和b的长度相同
- B.a数组长度小于b数组长度
- C.a数组长度大于b数组长度
- D.上述说法都不对
- A.<
- B.>=
- C.==
- D.!
- A.struct ord{int x;int Y;int Z;};struet ord a;
- B.struct ord{int x;int y;int Z;}struct ord a;
- C.struct ord{int X;int Y;int Z;}a;
- D.struct{int X;int y;int Z;}a;
- A.表达式非法,输出零或不确定值
- B.因输出项过多,无输出或输出不确定值
- C.输出结果为20,141
- D.输出结果为20,141,20
- 5
-
若有以下说明和语句: struct st{int n;char *ch;}; struct st a[3]{5,"abc",7,"def",9,"ghk"},*p=a 则值为6的表达式是______。
- A.p++->n
- B.p->n++
- C.(*p).n++
- D.++p->n
- A.数据库系统减少了数据冗余
- B.数据库系统避免了一切冗余
- C.数据库系统中数据的一致性是指数据类型一致
- D.数据库系统比文件系统能管理更多的数据
- A.a=%2,b=%5
- B.a=2,b=5
- C.a=d,b=d
- D.a=%d,b=%d main() { int a=2,c=5; pfintf("a=%d,b=%d\n”,a,c); }
- A. <img src="//img1.yqda.net/question-name/3e/a101f2fad5d4877fbae6a7becfd93b.png" width="42" height="26"/>
- B. <img src="//img1.yqda.net/question-name/c0/f2298ac556fa7be01127f9e495e3ce.png" width="60" height="21"/>
- C. <img src="//img1.yqda.net/question-name/f9/a68ca075766b4201d5636bc63b66bc.png" width="45" height="22"/>
- D. <img src="//img1.yqda.net/question-name/a2/e0459adec2256cca145575ce94e3ef.png" width="52" height="22"/>
- A.x---y=--5;
- B.x--n%2.5;
- C.x+n=i;
- D.x=5--4+1;
- A.ABCDEF
- B.BDAECF
- C.ABDCEF
- D.DBEFCA