netoops blog

Saturday, 24 August 2013

ASCII_Value_Display

#include <stdio.h>
#include <conio.h>

void main()
{
 int i;
 clrscr();
 for(i=0;i<=255;i++)
   printf("%c -----> %d\n ",i,i);
 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!