单项选择题

char c[5]={‘a’,‘b’,‘\0’,‘c’,‘\0’}; printf( “%s”,c);
A.f(int array[][6])
B.f(int array[][4])
C.f(int array[3][])
D.f(int array[2][5])