Chapter 12: Problem 11
The _____________ function copies one string to another.
Short Answer
Expert verified
Answer: The `strcpy` function can be used to copy one string to another in C. When using this function, you must ensure that the destination string has enough memory allocated to store the source string to avoid buffer overflow, which could lead to crashes, data corruption, or security vulnerabilities.
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.