[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/c/string/byte/strcpy [Back]  [Original]

strcpy cppreference.com
cppreference.com

strcpy

cppreference.com
< c | string | byte

<metanoindex/>

<tbody> </tbody>
<string.h>
char *strcpy( char *dest, const char *src );
, src , dest.
:
Copies the byte string pointed to by src to byte string, pointed to by dest.
Google.
. .
, .
:
If the strings overlap, the behavior is undefined.
Google.
. .

dest
:
pointer to the byte string to copy to
Google.
. .
src
:
pointer to the null-terminated byte string to copy from
Google.
. .

dest

.


() []

() []
C++ strcpy

Web Proxy Viewer  |  New URL  |  Original Page