A Simple, Easy, and Efficient Way to Initialize Structs
Struct instances created on the stack are uninitialized (i.e., contain garbage values). The easiest, most efficient, and future-proof way to initialize them is: struct PlainData {char [20] name;long ID;char [15]