Ask your own question, for FREE!
Mathematics 20 Online
OpenStudy (anonymous):

Assuming that string1 = "hello" and string2 = "hello world", Which of the following returns 0? A strcmp (string1, string2); b strcmp (string1, string2, 6); c strncmp (string1, string2, 6); d strncmp (string1, string2, 5);

OpenStudy (anonymous):

strcmp(string1,string2) is a function which compares two functions if the value of string1 is less than string2 function will return 0 if the value of string1 and string2 are equal function will return 0; if the value of string1 is greater than string2 function will return value greater than 0.

OpenStudy (anonymous):

So tis A?

OpenStudy (anonymous):

how it would be A.

OpenStudy (anonymous):

A will return negative value.

OpenStudy (anonymous):

Oh, ok In this case it has to be d, correct?

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!