it suppose to put all the ascii codes for 1 to 255 in the files and then read it back
it got stuck at i=26 in the reading process
10x


#include <stdio.h>

void main()
{
FILE *fp;