C Enums. An enum is a special type that represents a group of constants (unchangeable values). To create an enum, use the enum keyword, followed by the name ...
確定! 回上一頁