下面程序的结果是 #include"iostream.h" void main( ) { char * str; str="test!"; cout<<str[5]; }
A.程序错误
B.!
C.'\0'
D.为空字符
第1题:
下面程序的结果是 #include"iostream.h" void main() { char*str; str="test!"; cout<<str[5]; }
A.程序错误
B.!
C.’\0’
D.为空字符
第2题:
下列程序的输出结果是( )。 #include<iostream.h> void main() { char*Str; str="testI"; cout<<str[5]; }
A.test!
B.test
C.空字符
D.异常
第3题:
下面程序的结果是 #include" iostream.h" void main( ) { char * str; Str="test!"; cout < < str[5]; }
A.程序错误
B.!
C.'\0'
D.为空字符
第4题:
下面程序的结果是 #include"iostream.h" void main() { char*str; Str="test!"; cout<<str[5]; }
A.程序错误
B.!
C.'\0'
D.为空字符
第5题:
下面程序的结果是( )。 #include"iostream.h" void main() { char*str: str="test!"; cout<<str[5]: }
A.程序错误
B.!
C.'\0'
D.为空字符