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
English,
4 months ago
Math,
4 months ago
Hindi,
8 months ago
Math,
8 months ago
Computer Science,
1 year ago