What will be the output of the given program? #include<iostream.h> void main ( ) { int a=5; cout<< ++a; }
Reveal answer
Fill a bubble to check yourself
What will be the output of the given program? #include<iostream.h> void main ( ) { int a=5; cout<< ++a; }