hi can u ppl help me on this.
can i use multiple enums in a single c program, if so is there any constrain on it?
enum pattern1 {red, green, yellow} pt1;
enum pattern2 {orange, blue, black} p2;
enum pattern3 {white, grey, violet} p3;
is this possible????