hi
actually i m using absread to read a particular sector but when i write it i m getting some special characters instead of actual data.......
i m writing the data by this command
for (i=0; i<512; i++)
{
ch_out = buf[i];
fprintf(fnew1," %c",ch_out);
}
so can anybody tell me wat can be the problem........ ..
is it the format s[pecifier that has to be different...... ..
plz help
actually i m using absread to read a particular sector but when i write it i m getting some special characters instead of actual data.......
i m writing the data by this command
for (i=0; i<512; i++)
{
ch_out = buf[i];
fprintf(fnew1," %c",ch_out);
}
so can anybody tell me wat can be the problem........ ..
is it the format s[pecifier that has to be different...... ..
plz help
Comment