strcopy() is a function used to copy strings? strcopy()
Answers
Answered by
3
Answer:
The strcpy() function is used to copy strings. It copies string pointed to by source into the destination.
Similar questions