Let\'s say you have-
struct Person { char *name; int age; int height; int weight; };
If you do-
struct Pe
I think you should also need to allocate memory for the name attribute