单项选择题

下列程序的输出结果是( )。

#include<stdio.h>

main()

char a[]='a','b','c','d','e','f','\0';

int i,j;

i=sizeof(

A.;

j=strlen(A) ;

printf("%d,%d"
B.7,6
C.6,6
D.6,7