单项选择题

下列程序的输出结果是( )。
#include<stdio.h>
#include<string.h>
main()
char a[]="\n123\\";
printf("%d,%d\n",strlen(

A.,sizeof(A) );
B.5,5
C.6,6
D.6,5