Multiple Choice
strcmpfirst, second) returns
A) <0 if first < second, 0 if first == second, positive otherwise
B) true if first=second, false otherwise
C) nothing, it's a void function
D) >0 if first < second, 0 if first > second, <0 otherwise
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: If the capacity of a vector named
Q27: Given the following declarations, which of the
Q28: Which assignment statements will copy the value
Q29: Which is the proper way to determine
Q30: How can you assign the value "toaster"
Q32: In a vector, which of the following
Q33: Which of the following declarations correctly creates
Q34: The notation vector<Base_Type> means that the vector
Q35: When the extraction operator is used to
Q36: What is the value of str after