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:
c language
,
c plus plus
,
C programming
,
C++
,
C++ Programming
,
Graphics Program.
,
source code