Programming and Software Development
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment