下面程序的结果是( )。 #include"iostream.h" void main() { char *str; Str="test!"; cout<<str[5]; }

admin2010-06-06  24

问题 下面程序的结果是(    )。    #include"iostream.h"    void main()    {    char *str;    Str="test!";    cout<<str[5];    }

选项 A、程序错误
B、!
C、’\0’
D、为空字符

答案8

解析
转载请注明原文地址:https://kaotiyun.com/show/P4jp777K
0

最新回复(0)