单项选择题

有以下程序程序运行后和输出结果是()
#include
main()
{
char p[]={'a','b','c'},q[]=""abc"";
printf(""%d%d\n"",sizeof(p),sizeof(q));
}

A.44
B.33
C.34
D.43