WHAT IS ENUM IN C?
Enumeration is a data type that consists of named integer constants as a list. It start with 0 (zero) by default and value is incremented by 1 for the sequential identifiers in the list.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Enumeration is a data type that consists of named integer constants as a list. It start with 0 (zero) by default and value is incremented by 1 for the sequential identifiers in the list.
need an explanation for this answer? contact us directly to get an explanation for this answer