A-A+

以下程序的输出结果是()。 char str[15]=”hello!”; printf(“%

2022-08-05 21:39:38 问答库 阅读 172 次

问题详情

以下程序的输出结果是()。 char str[15]=”hello!”; printf(“%dn”,strlen(str));
A.15
B.14
C.7
D.6请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:D

考点:程序