设有char s[]=”top”,*p=s;p[1]=‘a’;则下面说法不正确的是:()。
A.s[0]存放字符t
B.s[1]存放字符0
C.s[1]存放字符a
D.s[2]存放字符p
正确答案是B
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/740046.html
上一篇:I don't think it's my () that the TV blew up.I just turned it on.
下一篇:下面的程序会()main(){intx=3,y=0,z=0;if(X=Y+Z)prinff("****");elseprinff("####");}