Saturday, 15 December 2012
ASCII
ASCII
#include<stdio.h>
void main()
{
int a[255];
int i;
for(i=0;i<=254;i++)
{
a[i]=i;
}
for(i=0;i<=254;i++)
{
printf("%d=%c ",a[i]);
printf("%c ",a[i]);
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment