Sunday, February 27, 2011

How we can write full structure to a file???

We can write a full structure to a file only if the structure has fixed fields not if the structure has any pointer variable because the size is not fixed which is necessary while writing to a file. so either have a fixed size structure or we need to write the structure as a separate elements one by one bye calculating the size of the field at runtime.

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

How to Install Docker Engine on Ubuntu: Step-by-Step Guide

  Docker has become one of the most important tools in modern software development, DevOps, cloud engineering, and system administration. Wh...