Simple "Helloworld"program! for beginners in C ++

TURBO C++

program to display "hello world".


#include<iostream.h>
#include<conio.h>
int main()
{
clrscr();
cout<<"Hello world";
cout<<"\nmy first program";
getch();
return 0;
}



c++

Simple "Helloworld"program! for beginners in C ++ Simple "Helloworld"program! for beginners in C ++ Reviewed by mushrafkhan772 on May 25, 2018 Rating: 5

5 comments:

Powered by Blogger.