单项选择题下列程序的输出结果为( )。# include < iostream.h>void main( ){char * a[ ]={ hello , the , world };char * * pa=a;pa ++;cout << * pa <<endl;}
单项选择题以下for语句中不是死循环的是( )。