To do char comparisons, use the equality operator. char c = 'a'; if ('a' == c) { printf("characters match\n"); }.
確定! 回上一頁