成人高等教育 / C语言程序设计
正确率:100%
以下程序执行后输出结果是()
#include ""stdio.h""
main( )
{
char s[]=""\n123\\"";
printf(""%d,%d\n"",strlen(s),sizeof(s));
}
#include ""stdio.h""
main( )
{
char s[]=""\n123\\"";
printf(""%d,%d\n"",strlen(s),sizeof(s));
}
- A、 赋初值的字符串有错
- B、 6,7
- C、 5,6
- D、 6,6
参考答案:
佳题速递: