Computer Science, asked by amritbuttar49, 6 months ago

Full name of strcmp​

Answers

Answered by Anonymous
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 gilllakhwindrr60
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