中国大学MOOC: 下列代码段的输出结果是:chars[]="Zhejiang";s[strlen(s)/2-1]=0;printf("%lu#%s#",strlen(s),s);
举一反三
- 以下程序段的输出结果是()chars[]=\113vwxyz\x41;printf(%d\n,strlen(s));
- 以下程序段的输出结果是( ) char s[]="KvwxyzA"; printf("%d ",strlen(s));
- 以下程序段的输出结果是( ) char s[]="113vwxyzx41"; printf("%dn",strlen(s));
- 以下程序段的输出结果是________。char s[]="\\141\141abc\t"; printf ("%d\n",strlen(s));
- 中国大学MOOC: 以下语句的输出结果是:char s[12] = string;printf(%d, strlen(s));