Write a program to output a messege (without description)

If the Previous post scares you.. then heres the code without description.. :)
This is an ideal first program.

Select To use this code as it is.. select and copy paste this code into code.cpp file :)



  1. #include <iostream.h>
  2. #include <conio.h>
  3. void main()
  4. {
  5. clrscr();
  6. //Coding by: Snehil Khanor
  7. //http://WapCPP.blogspot.com
  8. cout<<"Hello India";
  9. cout<<"\nThis is my first C++ programme";
  10. getch();
  11. }

Check out this stream