Q27
What is the purpose of the strncpy function in C?
A.
Concatenate two strings
B.
Copy a portion of a string
AnswerC.
Compare two strings
D.
Initialize a string
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board