Wednesday, 15 May 2013

A simple "Hello World" program

#include<iostream.h>  //Header file
#include<conio.h>
void main()                // main function
{
cout<<"Hello World";
getch();
}



See also:
Find average of two numbers


                                          

No comments:

Post a Comment

full details in json
Proudly Powered by Blogger.
back to top