What will be the output for the following? enum color{pink,yellow,blue,black}; #include<iostream.h> void main() { cout<<blue; cout<<black; }
Reveal answer
Fill a bubble to check yourself
What will be the output for the following? enum color{pink,yellow,blue,black}; #include<iostream.h> void main() { cout<<blue; cout<<black; }