Assigning an integer to a variable of enum type results in an error: enum color { red, green, blue }; int f() { color c; c = 0; return c; }.
確定! 回上一頁