— Don't know, I find it a bit confusing
— No, it is the same for strcmp
— It true when it's not zero, and false if it is zero
— If the strings matches (true) it will return 0
— Why true
?
strcmp doesn't return true or false, it returns int
— 0
if equal, not zero if not equal
— Alright so I associated that zero meant true
— That's why I was confused I think
— Https://www.programiz.com/c-programming/library-function/string.h/strcmp