Saturday, December 19, 2009

WAP to print a msg in C++

#include
#include
void main()
{
clrscr();
cout<<"\n Welcome to C++";
getch();
}

No comments:

Post a Comment