阅读背景:

当您无法更改数组的地址时,strcpy()如何将字符串复制到数组?

来源:互联网 

So basically strcpy assigns the address of the 2nd argument to the 1st, but how does it do it with an array as the first argument? like in my program, i tried changing the address of the array but unfortunately it wont compile. So I had to resort to making a character pointer variable to assign the return value of capitalize. Is there something I'm misunderstanding?So basically strcpy assigns the address of the




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: