Difference between strdup and strcpy?
Long Answer
Views 1683
Answer:
Both copy a string. strcpy wants a buffer to copy into. strdup allocates a buffer using
malloc(). Unlike strcpy(), strdup() is not specified by ANSI .
Related Articles:
This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of C Programming Language, click the links and dive deeper into this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.