runxinzhi.com
首页
百度搜索
C语言指针复制字符串
正常表达式如下:
1
while
(*p++=*q++);
等价于:
1
while
((*p++=*q++)!=
'