单选题
下面程序的结果是( )。
#include <iostream.h>
void main()
char *str;
str="test!";
cout<<str[5];
A.程序错误 B.!
C.'/0' D.为空字符
A
B
C
D
【正确答案】
D
【答案解析】
提交答案
关闭