filmov
tv
String Handling Function Part 8.1 strcmp Function In C++ #111

Показать описание
strcmp is a built-in library function and is declared in "string.h" header file. This function takes two strings as arguments and compares these two strings lexicographically.
Syntax::
int strcmp(const char *leftStr, const char *rightStr );
Syntax::
int strcmp(const char *leftStr, const char *rightStr );