08.01.2016, 08:50
Quote:
But doesnt "!" mean opposite value? If so, then if(!strcmp(...) would check if strings dont match? I could be wrong
|
In this case, you want them to match so you should get a "0", hence why you are using !strcmp.