Sunday, 20 January 2019

Write a program to print a message in C++

  Write a simple Program to Print a Hello Message in C++.


1. First start Turbo c++ or anyother c++ software.


2. Then type the code given below.

#include<iostream.h>
#include<conio.h>
int main()
{
clrscr();
cout<<"Hello World This is My First C++ Program";
getch();
return 0;
}



OUTPUT


1 comment:

👇 🌐 Top 10 Hosting for Developers in 2025: Fast, Reliable & Affordable

 Whether you’re a beginner building your first portfolio site or a professional developer deploying client projects, choosing the right host...