以下选项中,没有编译错误的是

admin2019-08-10  27

问题 以下选项中,没有编译错误的是

选项 A、charstr3[]={’d’,’e’,’b’,’u’,’g’,’\0’’};
B、charstrl[5]=’’pass’’,str2[6];str2=str1;
C、charname[10];name=’’china’’:
D、charstr4[];str4=’’helloworld’’;

答案A

解析 选项A是定义了字符数组str3[],并对其赋初值。选项B中语句str2=strl非法,字符数组不能直接赋值。选项C,D和选项B一致。
转载请注明原文地址:https://kaotiyun.com/show/3MRp777K
0

最新回复(0)