单项选择题
A、 (x>=1)‖(x<=0) B、 x>1‖x=0 C、 x>=10Rx<=0 D、 x>=1&&x<=0
A、 xABCabc B、 zABCabc C、 yzabcABC D、 xyzABCabc
A、将串str1复制到串str2中后再连接到串str3之后 B、将串str1连接到串str2之后再复制到串str3之后 C、将串str2连接到串str1之后再将串str3连接到串str1之后 D、将串str2连接到串str1之后再将串str1连接到串str3之后