Internally enumerated types are stored as integers, that begin with 0 and increment by 1 for each new possible value for the data type. enum apples { Fuji, ...
確定! 回上一頁