netoops blog

Saturday, 24 August 2013

ASCII Code Display

# include <stdio.h>
# include <conio.h>
main()
{
int i;
clrscr();
for(i=0;i<=200;i++)
{       printf("%d------------> %c  \n",i,i);
if((i%20)==0)
{
getch();
clrscr();}
}
getch();
}

Tech Knowledege
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments :

Post a Comment

 
Subscribe For Free Updates!

We'll not spam mate! We promise.

Become Our Fan on Social Sites!