Hi,
I have one input data.
1200 3
1234 4
1235 6
1236 2
I need write this in binary file in such a way that i can easily write and read the data.
I know using fread and fwrite it is possible to do it. we can access data randomly. But how can i implement it? Any working example will help me.
I have one input data.
1200 3
1234 4
1235 6
1236 2
I need write this in binary file in such a way that i can easily write and read the data.
I know using fread and fwrite it is possible to do it. we can access data randomly. But how can i implement it? Any working example will help me.
Comment