单项选择题

假设在turboc2.0采用small模式编译如下程序
main()
char a[4]= 'a','b';
char *b="abc";
printf("%d,%d",sizeof(

A.,sizeof(
B.);