Monday, March 23, 2009

Exer1


#include
#include

void main(){
clrscr();
gotoxy(22,12);
textcolor(BLUE);cprintf("Hello! Welcome to programming world!");
getch();
}

No comments:

Post a Comment