[单项选择题] 以下程序的输出结果是( )。 char str[15]="hello!"; printf("%d",strlen(str));
2021-07-20
[单项选择题] 以下程序的输出结果是( )。
char str[15]="hello!";
printf("%d",strlen(str));
A.15
B.14
C.7
D.6
正确答案:D
词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。
[单项选择题] 以下程序的输出结果是( )。
char str[15]="hello!";
printf("%d",strlen(str));
A.15
B.14
C.7
D.6
正确答案:D
词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。