A.has
B.is
C.are
D.have
第1题:
设有以下定义或语句,则输出的结果是(用small模式编译,指针变量占2个字节) struct date { long * cat; struct date * next; double dog; { too; printf(" % d",sizeof(too));
A.20
B.16
C.14
D.12
第2题:
设有以下定义和语句,输出的结果是(用small模式编译,指针变量2个字节)______。 struct date { long *cat; struct date *next; double dog; }too; printf("%d",sizeof(too));
A.20
B.16
C.14
D.12
第3题:
14、1=formal 2=informal 答案填写数字1或2 “Love” can be used to end a(n) ________ letter.
第4题:
以下程序的输出结果是______。 struct date { long *a; struct date*next; double b; }too; printf("%d",sizeof(too));
A.20
B.16
C.14
D.12
第5题:
设有以下定义和语句,输出的结果是(用small模式编译,指针变量占2个字节)______。 struct date { long*cat; struct date *next; double dog; }too; printf("%d",sizeof(too));
A.20
B.16
C.14
D.12
第6题:
与下列语句组等效的语句组是: document.write ("123<br>"); document.write ("456");
A.for (document) { write ("123<br>"); write ("456"); }
B.with (document) { write ("123<br>"); write ("456"); }
C.foreach (document) { write ("123<br>"); write ("456"); }
D.while (document) { write ("123<br>"); write ("456"); }