问题 单项选择题

有以下程序
main()
char a[7]="a0\0a0\0"; int i,j;
i=sizeof

A.; j=strlen(a);
printf("%d %d\n", i,j);

答案

参考答案:C

单项选择题
单项选择题 A1/A2型题