以下程序的输出结果是______。<br class="markdown_return">#include &lt;stdio.

分类: C语言开发工程师 发布时间: 2023-11-03 11:13 浏览量: 0

以下程序的输出结果是______。
#include <stdio.h>
#include <string.h>
Main() {
Char str[12]={'s','t','r','i','n','g'};
Printf("%d\n",strlen(str) );
}

A.6

B.7

C.11

D.12

正确答案是A