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