Q11
What does the 'strcpy()' function do in C++?
A.
Concatenates two strings
B.
Compares two strings
C.
Returns the length of a string
D.
Copies one string to another
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board