Tuesday, September 6, 2011

PRINT HELLO IN CPP

#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
cout<<"hello";
getch();
}

If U LIKE THE POST FOLLOW THE BLOG

No comments:

Post a Comment