This program helps to display a line in C++
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
cout<<"Hello World this is my first C++ Program";
getch();
}
Link to download the Compiled program
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
cout<<"Hello World this is my first C++ Program";
getch();
}
Link to download the Compiled program
No comments:
Post a Comment