and you do not compare strings this way, myName is a pointer Jim is string itself.

str_cmp(myName,"Jim"); would be the way you are comparing them.


3333333333