How many bytes are used for an enum value, and what are the possible values? ... typedef enum { a = 0, b = -128, c = 127, } singleByte_t; ...
確定! 回上一頁