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
Thông Nguyễn -
OLALEKAN john Ayansola -
VHTC -
CodeWizardX1 -
Top comments (0)