String comparisons don't work this way in C. Use the strcmp function from the string.h header. strcmp returns 0 to indicate equality. while ...
確定! 回上一頁