strcopy () is a function used to copy string?
Answers
Answered by
0
Answer:
here is the answer
please mark brainliest
Explanation:
The strcpy() function is used to copy strings. It copies string pointed to by source into the destination . This function accepts two arguments of type pointer to char or array of characters and returns a pointer to the first string i.e destination
Similar questions