enum decleration statement

Average Rating
0 out of 5 stars. 0 votes.

enum decleration statement

enum {}**- enum values are NOT variables- each values is a constant – that always has the same value- in fact they are referred to as enum constants