列舉是一種使用者定義的數據型別,它用關鍵字enum以如下語法來宣告: ... void f(enum color c); int main(void) { enum color t = red; scanf("%d", ...
確定! 回上一頁