Thursday, February 12, 2009

Exercise no. 1

Exercise #1:

#include
#include

void main()
{
clrscr();
textcolor(WHITE);cprintf("Exercise 1\n\n\n");
textcolor(WHITE);cprintf("hello world\n\n");
textcolor(WHITE);cprintf("WELCOME to the DIGITAL World!!!");
getch();
}
OUTPUT:

No comments:

Post a Comment