Q. Which of the following functions can copy one string into another?
β
Correct Answer: (B)
strcpy()
Explanation: strcpy(dest, src) copies string from src to dest.