/* Enrique Galván Arévalo */

#include <stdio.h>

#include <conio.h>

main()

{

   int ch;

   clrscr();

   for(ch==32; ch<=245; ch++)

   printf("El código ASCII %d corresponde a: %c \n",ch,ch);

return (0);

}

Hosted by www.Geocities.ws

1