单项选择题

以下程序的输出结果是( )。 mam() { char cf[3][5]={"AAAA","BBB","CC"); printf("\"%s\"n",cf[1]); }

A."AAAA"
B."BBB"
C."BBBCC"
D."CC"