I\'m trying to compare two strings. One stored in a file, the other retrieved from the user (stdin).
Here is a sample program:
int main() { char
Mostly because of the end of line char in the input "\n" under unix like system.