What is the output of the following program? #include void main() { enum birds{parrot,crow,pigeon,sparrow}; birds b=pigeon; cout< }
Reveal answer
Fill a bubble to check yourself
What is the output of the following program? #include void main() { enum birds{parrot,crow,pigeon,sparrow}; birds b=pigeon; cout< }