You're very vague about what you're trying to do. Do you want pointers to these strings in the struct, so you can access the strings but not modify them? Do you want copies in the struct so you can modify them? Do you need additional memory allocates so the struct can hold larger strings?
C.