l8.int a[3]={‘A’,‘B’,‘C’,}比int a[]=“ABC”占用的存储器是

l8.int a[3]={‘A’,‘B’,‘C’,}比int a[]=“ABC”占用的存储器是
A、一样
B、少1个字节
C、多1个字节
D、多2个字节
【正确答案】:B