财政债券是国家为筹措建设资金、弥补财政赤字所发行的一种债券,在我国也发行过多次。
参考答案:对
She kept a little notebook, in which _______ the telephone numbers and email addresses of her friends.
A.wrote
B.have written
C.was written
D.were written
有以下程序: #include <stdio.h> #include <string.h> main() char x[]="STRING"; x[0]=0;x[1]='\0';x[2]='0'; printf("%d %d\n", sizeof(x), strlen(x)); 程序运行后输出的结果是( )。
A.6 1 B.7 0C.6 3 D.7 1