InterviewSolution
Saved Bookmarks
| 1. |
What is the function of the strcmp() function?(a) To compare two strings(b) To compile two strings(c) To concatenate two strings(d) To converge two stringsThis question was addressed to me in a job interview.I need to ask this question from String Manipulation topic in division Arduino Programming of Arduino |
|
Answer» Right ANSWER is (a) To compare TWO strings |
|