Your reasoning is correct, and would have easily been confirmed by any decent manual:
The
strcpy()
function copies the string pointed to bysrc
, including the terminating null byte ('\0'
), to the buffer pointed to bydest
.
Your reasoning is correct, and would have easily been confirmed by any decent manual:
The
strcpy()
function copies the string pointed to bysrc
, including the terminating null byte ('\0'
), to the buffer pointed to bydest
.
For further actions, you may consider blocking this person and/or reporting abuse
Ahmed Shah -
HIPHOP and CODE -
ViitorCloud Technologies -
Abdullah Bashir -
Top comments (0)