C Enumeration Declarations
enum-specifier: enum identifier opt { enumerator-list } enum identifier The optional identifier names the enumeration type defined by enumerator-list. This identifier is often called the "tag" of the enumeration specified by the list. A type specifier of
msdn.microsoft.com |