以下程序运行结果是( )。 char str[ ]=“abc“; printf(“%d, %d \n“,strlen(str),sizeof(str));得分:4分
A.6,3
B.3,3
C.10,10
D.3,10
出自:河北建筑工程学院C语言程序设计考试题