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