zoukankan
html css js c++ java
C语言指针复制字符串
正常表达式如下:
1
while
(*p++=*q++);
等价于:
1
while
((*p++=*q++)!=
'