以下程序的输出结果是( )。
main()
{ char st[20]="hello\0\t\\\";
printf("%d%d\n",strlen(st).sizeof(st));
}
发布于 2022-05-11 09:50:50
登录后免费查看答案
关注者
0
被浏览
15