Computer Science, asked by royalchapur55, 28 days ago

Explain any two string function with example?

Answers

Answered by vg592805
0

Answer:

strcmp(string1, string2); This function returns integer value after comparison. Value returned is 0 if two strings are equal. If the first string is alphabetically greater than the second string then, it returns a positive value.

Similar questions