注意:此页面搜索的是所有试题
以下程序运行结果是( )。 char str[ ]=“abc“; printf(“%d, %d \n“,strlen(str),sizeof(str));得分:4分
A.6,3
B.3,3
C.10,10
D.3,10

参考答案