Pages

To Print any Message on Screen

Monday 8 July 2013
#include<stdio.h>
#include<conio.h>

void main ()
{
    clrscr ();
    printf ("Hello");
    getch();
}

No comments:

Post a Comment