问题详情
有以下程序:main(){ char a[7]= "a0OaO ";int i,j;i=sizeof(a);j=strlen(a);printf("%d%d ",i,j);}程序运行后的输出结果是()。A)2 2 B)7 6C)7 5 D)6 2