Wednesday, July 18, 2012

Hello World

#include<conio.h>
#include<iostream.h>
int main()
{
char mystring[]="Hello World";
cout<<mystring;
getch();
}

No comments:

Post a Comment