A pointer could be a member of structure, but you should be careful before creating the pointer as 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