单项选择题

有如下程序
main()
char s[][5]="abc","de","fgh";
printf("%c",s[2][6]);
其输出为______。

A.不确定
B.编译错误
C.g
D.输出null字符