wmemcmp() function in C/C++
The wmemcmp() function in C/C++ compare two wide characters. This function compares the first num wide characters of two wide characters pointed by str1 and str2, returns zero if both the strings are equal or different value from zero if they are not. Syntax: int wmemcmp (const wchar_t* str1, const