单项选择题以下程序的输出结果为( )。 #include<stdio.h> main() char *alpha[6]= ABCDEFGH , IJKL , MNOP , QRST , UVWX ; char**p;int i; p=alpha; for(i=0;i<4;i++)printf( %s ,p[i]);printf( n );
单项选择题下列字符串是合法的标识符的是( )。