Hi,
Newbie to C but long time programmer.
Example:
struct {
char [50] big_string;
char [30] smaller_string;
} struct_name;
*char in_between_string [10] = &struct_name.big_string [45];
The syntax may not be quite right but hopefully the intent is correct.
I would rather not use unions as it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.