单项选择题

有以下程序:
#include <stdio.h>
main( )
char P[] = 'a','b','c' ,q[]: "abc";
printf( "% d % d \ n", sizeof(p), sizeof(q) );程序运行后的输出结果是( )。
热门 试题