Computer Science, asked by luvagarwal5957, 8 months ago

Write difference between srtcat and stcrmpy

Answers

Answered by danish012374
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