If we use typedef directly when declaring the enum , we can omit the tag name and then use the type without the enum keyword: typedef enum { RED, GREEN, ...
確定! 回上一頁