String copy (strcpy) and a memory copy (memcpy)
What is the difference between a string copy (strcpy) and a memory copy (memcpy)?
When should be the best time to use one over the other?








