In the following definition, an enumerated data type, direction, is defined with the valuesup,down,left,andright: enum direction { up, down, left = 10, ...
確定! 回上一頁