simple CPP program

Wednesday, October 07, 2015 Unknown 0 Comments


Simple CPP program to print hello world.

#include<iostream.h>
#include<conio.h>
Void main()
{
       Clrscr();
       cout<<"hello world";
       getch();
}

OUTPUT:-hello world


To know about God and Godly University please click here : www.pbks.info

other programs.....
1.simple cpp program
2.simple class
3.add two numbers of class
show this all programs

0 comments: