This is a official website of instagram page @coding_planet

Saturday, November 10, 2018

C++ Programming Example 1 (Hello World)

                                      C++ "Hello, World !" Program


  •         A Simple C++ Program For Displaying "Hello, World" on Screen 
  •         Its A Very Simple Program
  •         Used To Illustrate Syntax Of a Programming Launguage

Input:

                                                #include <iostream.h>

                                                using namespace std;



                                                 int main() 

                                                 {

                                              cout << "Hello, World!";
                                                   return 0;
                                                  }


Output:
Hello World       

*** Use Turbo C/C++ Or Dev C++ For Coding ***

Share:

1 comment:

About

Blogger templates

3/recent/post-list