InterviewSolution
Saved Bookmarks
| 1. |
What will strcmp() function do?(a) compares the first n characters of the object(b) compares the string(c) undefined function(d) copies the stringThis question was addressed to me by my school teacher while I was bunking the class.I need to ask this question from String Operations topic in portion String Operations in C of C |
|
Answer» Right ANSWER is (b) compares the STRING |
|