enum Colors { Red, Yellow, Pink, Blue, Purple, Orange, Green }; void f( void ) { enum Fruits { Apple, Banana, Pear, Mango } fruit = Mango; }