hi ....
i'm designing a program that asks few questions & recieves answers from the user.
my question is how to compare between the right answer & the user's answer?????????
i tried to use this statement :
if (strcmp(answer,user's answer)==0)
but it seems that it's always false..
i hope someone help me.....

thanx anyway............