Thursday, February 12, 2009

Exercise1


#include
#include

void main()
{
clrscr();
printf("Welcome to Programming!");

getch();
}

No comments:

Post a Comment