the fuction strcmp will return ______? option 1.)-1 2.)0 3.) 1 4.)none of these
Answers
Answered by
1
Explanation:
The return value from strcmp is 0 if the two strings are equal, less than 0 if str1 compares less than str2 , and greater than 0 if str1 compares greater than str2 .
Answered by
6
Answer:
This function can return three different integer values based on the comparison: Zero ( 0 ): A value equal to zero when both strings are found to be identical. That is, That is, All of the characters in both strings are same.........plz follow me
Similar questions
Math,
3 months ago
English,
3 months ago
Social Sciences,
3 months ago
Hindi,
7 months ago
Math,
7 months ago
Computer Science,
11 months ago