单项选择题
下面语句正确的是()
A.int*p;*p=20
B.char*s=”abcdef”;printf(“%s\n”,s)
C.charstr[]=”abcd”;str++
D.charstr[]={‘a’,’b’,’c’};printf(“%s”,str)
点击查看答案&解析
相关考题
