Vidyalelo
C Programming · Q127

Arrays and Strings

Programming · C Programming · question 127

Q127

This function offers the quickest way to determine whether two character sequences of the same known length match character for the character up to and including any null character in both.

A.
strcmp()
B.
memcmp()
C.
strncmp()
Answer
D.
no such function

Answer: Option C

Solution

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