#include
int main()
{
unsigned char count;
for(count=32;count<255 count="" p="">{
printf(" %3d - %c",count,count);
if(count % 6==0)
printf("\n");
}
return 0;
}
IT REALLY WORKS....255>
int main()
{
unsigned char count;
for(count=32;count<255 count="" p="">{
printf(" %3d - %c",count,count);
if(count % 6==0)
printf("\n");
}
return 0;
}
IT REALLY WORKS....255>
Nice and very helpful article....
ReplyDeletelearn C programming with lot of examples
Switch Case in C examples
if-else in C with examples