下列程序的输出结果为()
#include<iostream.h>
void main( )

char * a[ ] ="hello,"the"," world";
char * * pa=a;
pa++;
cout < < * pa < < endl;

A:hello B:the C:world D:hellotheworld

下列程序的输出结果为
#include<iostream.h>
void main( )

char * a[ ]="hello","the","world";
char * * pa=a;
pa++;
cout <<*pa<<end1;

A:hello B:the C:world D:hellotheworld

下列程序的输出结果为
    # include < iostream.h>
    void main( )
   
        char * a[ ]="hello","the","world";
        char * * pa=a;
        pa ++;
        cout << * pa <<endl;
   

A:hello B:the C:world D:hellotheworld

下列程序的输出结果为( )。 # include < iostream.h> void main( ) { char * a[ ]={"hello","the","world"}; char * * pa=a; pa ++; cout << * pa <<endl; }

A:hello B:the C:world D:hellotheworld

下列程序的输出结果为    # include < iostream.h>    void main( )    {        char * a[ ]={"hello","the","world"};        char * * pa=a;        pa ++;        cout << * pa <<endl;    }

A:hello B:the C:world D:hellotheworld

下列程序的输出结果为 #include<iostream.h> void main( ) { char * a[ ]={"hello","the","world"}; char * * pa=a; pa++; cout <<*pa<<end1; }

A:hello B:the C:world D:hellotheworld

下列哪些内容是异常的含义

A:hello B:the C:world D:hellotheworld

下列程序的输出结果为( )。 # include < iostream.h> void main( ) { char * a[ ]={"hello","the","world"}; char * * pa=a; pa ++; cout << * pa <<endl; }

A:hello B:the C:world D:hellotheworld

微信扫码获取答案解析
下载APP查看答案解析