C Program to demonstrate Enumeration.
C Program to demonstrate Enumeration. An enum(Enumeration) is a user-defined type consisting of a set of named constants called enumerators. This Program will return the month in a year. I.E. It returns 9 for September. Read more about C Programming Language . /************************************************************ You can use all the programs on www.c-program-example.com* for personal and learning …