下列程序的输出结果为()。 include<iostream.h> void main { char*a[]={”hell0”,”the”,”

下列程序的输出结果为()。 include<iostream.h> void main { char*a[]={”hell0”,”the”,”world”}; char** pa = a: pa++; cout<<*pa<<endl: } A.hello B.the C.world D.hellotheworld

时间:2023-08-19 16:26:06

相似题目