Vidyalelo
C Programming · Q83

Arrays and Strings

Programming · C Programming · question 83

Q83

What will strcmp() function do?

A.
compares the first n characters of the object
B.
compares the string
Answer
C.
undefined function
D.
copies the string

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board