填空题

有以下程序:
main()
char p[]=’a’,’b’,’c’),q[]="abc";
printf("%d %d\n",sizeof(p),sizeof(q);

程序运行后的输出结果是______。

【参考答案】

3 4