The American presidential campaigns adhere to the "winner-takes-alp practice.
查看答案
The American foreign policy throughout World War II was neutrality.
A. 对
B. 错
The American foreign policy during the Cold War period was containment and intervention.
A. 对
B. 错
关于数组的描述,正确的是( )。
A. 一个数组中只能存放相同类型的数据
B. 一个数组对应内存中一块儿连续的区域,数组名就是其首地址
C. 数组元素相当于一个普通变量,可以参与多种计算
D. 上述说法都正确
关于字符串,叙述正确的是( )。
A. 一个字符串即可以存放于数组中,也可以存放于字符型变量中
B. 输入字符串时,即可以使用scanf也可以使用gets
C. 输出字符串时,即可使用printf也可使用putchar
D. 存放字符串"china"需要6个数组元素,所以strlen("china")的返回值是6