Hi All,

I have to write a program in c where I have to create a file with known pattern data and hole in it, and it should be such that a 4k data and then it will skip 12K and then again it will write the same 4k data .

It should be such that

data hole data hole data
(4k) (12K) (4k) (12K) (4k)

Please help me .....