Using == to compare the contents of two strings ( arrays of characters) in C doesn't work. You need to use strcmp from string.
確定! 回上一頁