You can't compare strings in 'C' like that, with the equality operator (==).
Look into the "strcmp()" function. Take special note of the return value.