Array:
-Array is a collection of data items of same data type.
-Array shares a same name with different index number, which starts from zero.
Enums:
-Enums are collection of named constants.
-Enum variables if not initialized then the variables will be initialized automatically from 0 onwards.
but why do u compare enum and array?