simple CPP program
Simple CPP program to print hello world.
#include<iostream.h>
#include<conio.h>
Void main()
{
Clrscr();
cout<<"hello world";
getch();
}
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: