Damiano PeOct 23, 2021How To Properly Compare StringsIn C, we can't compare strings with == or !==. We have to use functions declared in the string.h header file. Let's see why and how to do it