example program to demonstrate working // of enum in C #include enum year{Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec}; ...
確定! 回上一頁