Tuesday 10 January 2012

Dear Student here is first example of C Plus Plus Program hopefully you must do practice of this program




#include<iostream.h>
#include<conio.h>
int main()
{
    //   This line is the example of single line comments
     cout<<"Hello Students";
  getch();
  }