void f(char s[]){ &nbsp &nbsp cout&...
发布于 2022-03-03 15:13:15
void f(char s[]){ cout<<sizeof(s)<<","<<strlen(s) } char str[] = "hello world" cout<<sizeof(str)<<","<<strlen(str)<<"," f(str)以上代码在32位平台上输出()
登录后免费查看答案
关注者
0
被浏览
21