单项选择题

有以下程序:
#include <stdio.h>
main()
char a[]="abcdefg",b[10]="abcdefg";
printf("%d%d\n",sizeof(

A.,sizeof(
B.);

执行后的输出结果是(