单项选择题

有下面程序段 char a[3],b[]="China"; a=b; printf("%3",a);则下面的说法正确的是______。

A.运行后见输出China
B.运行后见输出Ch
C.运行后见输出Chi
D.编译出错