#includestdio.h  
enum flg{a, b, c};
enum glf{c, e, f};
main()
{
enum flg h;
h = b;
printf("%d", h);
return 0;
}

Posted on by