Pointers as Member of Structure in C
A pointer could be a member of structure, but you should be careful before creating the pointer as a member of structure in C. Generally we take a pointer as a member when we don’t know the length of the data which need to store. Let’s see an example to the better understanding, typedef struct […]
Pointers as Member of Structure in C Read More »