All about C plus plus algorithms!

Sunday 13 March 2016

Simplest "Hello World! " Program



This is the most basic program, in fact the first thing you try in any language.

Source code :

#include <iostream>   //input output library
#include <conio.h>
using namespace std;

void main()

{
           cout << " Hello World! ";  //cout displays what ever you write in these double quotes

    _getch();


}





Share:

0 comments:

Post a Comment

Popular Posts

Blog Archive

Copyright by progrithms.blogspot.com. All Rights Reserved.. Powered by Blogger.

Copyright © Programs and Algorithms | Powered by Blogger

Design by ThemePacific | Blogger Theme by NewBloggerThemes.com