Thursday, September 27, 2007

TECH QUES OF (9/28)

#define clrscr() 100
main()
{
clrscr();
printf("%d\n",clrscr());
}

2 comments: