Multiple Choice
What is the difference between strcmp and strncmp?
A) No difference
B) they both compare, one expects an integer for the number of characters to compare.
C) one copies, the other compares
D) They are in different libraries
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Vectors can have any type as the
Q4: What is the c-string function to determine
Q5: You can explicitly use the vector member
Q6: Which of the following would correctly read
Q7: Using the [i] on a string variable
Q9: A character array terminated with the null
Q10: What is the value of numbers.size) after
Q11: What is the code to print out
Q12: How do you call the function to
Q13: Which of the following are correct statements