First frogram in c++

                                         The first program

follow the steps to run your first program
  1.  start your turbo C++
  2. go to file menu 
  3. select new.,
now write the following coading

#include<iostream.h>
#include<conio.h>
void main()
{clrscr(); 
cout<<"hello world";
getch();
}




Comments

Popular Posts