Powered By Blogger

Monday, May 4, 2009

C Programming

#include
#include
void main()
{
textbackground(BLUE);
textcolor(GREEN);
clrscr();

gotoxy(1,1);
cprintf("the massage:");
gotoxy(1,2);
textcolor(RED);
cprintf("the name of myu is a busy bee");
gotoxy(1,3);
textcolor(WHITE);
cprintf("the name of myu is a busy bee");
void far settextstyle(TRIPLEX_FONT ,HORIZ_DIR , 10);
outtext("hhhhhhhhhhhhhh");
getch();
}

0 comments:

About This Blog

This is an important blog about updated news about computer science and technology.

Blog Archive

Visitors

  © Free Blogger Templates Blogger Theme II by Ourblogtemplates.com 2008

Back to TOP