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
Top comments (0)