Saturday, October 25, 2014

Display Message : C++



#include<iostream.h>
#include<conio.h>
void main()
{
        clrscr();
        cout<<"Hello How are you ? "<<'\a';
        getch();


getch();
}

No comments:

Post a Comment