Write difference between srtcat and stcrmpy
Answers
Answered by
4
Answer:
Difference between strcat() and strcpy() functions:
The 'strcat()' is a function used for appending one string content with another string element. ... The strcpy() function is used to copy strings. The 'strcpy()' function copies a string pointed as a source into the destination.
Explanation:
hope it is helpful.................
Similar questions