单项选择题有以下程序: #include <stdio.h>void funl (char * p) char * q; q=p; while( *q! =' 0') (*q) ++;q++;mains( ) char a[ ] = Program , * p; p = &a[3]; fun1 (p); printf( % s n ,
单项选择题以下叙述中错误的是( )。