C++ Program to Print a String on the Screen


#include<iostream.h>
#include<conio.h>
void main()
{
cout<<"\n\n\t\tWelcome to C++ Programming."
getch();
}

Labels: , , , , , ,