Posted incompare
Can Strcmp Compare Pointers Of Chars With Arrays?
Can strcmp compare pointers of chars with arrays of chars? Yes, strcmp can indeed compare a pointer to a character array with a character array in C/C++. This article from…