R
ramesh
can any one help me to solve this one we need to write a c program,
Consider a file of size 5000 bytes. Open the file and read to a buffer
of size buf[1000];
We have to read 1000 bytes only from the file at a time and after
displaying the file we have to lseek 500 bytes back in the file
And read file from 500 to 1000. we have to read this type upto end of
file .
Rgds
Ramesh
Consider a file of size 5000 bytes. Open the file and read to a buffer
of size buf[1000];
We have to read 1000 bytes only from the file at a time and after
displaying the file we have to lseek 500 bytes back in the file
And read file from 500 to 1000. we have to read this type upto end of
file .
Rgds
Ramesh