aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Computer Basics (C++)
  • What will be the output of the given program? #include vo...
Multiple choice

What will be the output of the given program? #include<iostream.h> void main ( ) { cout<< 5+ “Hello world”; }

  1. Error

  2. Hello

  3. World

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer

Keep practicing — related questions

  • What will be the output of the given program? #include<iostream.h> void main ( ) { int a=5; cout<< ++a; }
  • What will be the output of the under given program? #include<iosteam.h> void main() { int k; cout<<”k=”<<k; }
  • What is the output of C++ program given below? #include<iostream> using namespace std; int main() { typedef...
  • What will be the output of the following program fragment? #include<iostream.h> int i=10; int main() { int ...
  • What is the output of C++ program given below? #include<iostream> using namespace std; class Test { public:...
  • C++ main() { cout << "Hello World!"; return 0; }
  • What is output of following #include int main() { cout << "R4R" << endl return 0; }
  • What will be the output of following program? #include <cstdlib> #include <iostream> using namespace std; i...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy