/*WAP to print ASCII code from 0 to 255*/
#include
#include
void main ()
{
int i=0,count=0;
clrscr ();
for(i=0;i<=255;i++){if (count>24)
{count=0;getch();}
else
{printf("%d=%c\n",i,i);
count++;}
}
getch ();
}
there is some good c ,java, sql and vb6 programs,Windows tricks, sms shorthand etc
No comments:
Post a Comment