Full name of strcmp
Answers
Answered by
5
Explanation:
int strcmp (const char* str1, const char* str2); The strcmp() function takes two strings and returns an integer. The strcmp() compares two strings character by character. If the first character of two strings is equal, the next character of two strings are compared.
Answered by
1
Answer:
C strcmp()
int strcmp (const char* str1, const char* str2); The strcmp() function takes two strings and returns an integer. The strcmp() compares two strings character by character. If the first character of two strings is equal, the next character of two strings are compared.
Similar questions
Science,
4 months ago
Psychology,
4 months ago
English,
4 months ago
Math,
10 months ago
Chemistry,
1 year ago