funarg.c: #include <stdio.h> struct point { int x,y; }; typedef struct ... 其實enum的實作是把列舉的數值視為整數,第一個數值視為0,第二個為1,依此類推。
確定! 回上一頁