有以下程序Main(){Char a[7]="a0\0a0\0";Int i,j;I=sizeof(a);J=strlen(a);Printf("%d %d\n",i,j);}程序运行后的输出结果是______。
A.2 2
B.7 6
C.7 2
D.6 2
正确答案是C