I need to define a struct for two types of objects. Both have exactly the same data structure and perform same tasks (member methods).
The ONLY difference is that the a
Even with a union, the struct will be as big as the largest of the two arrays.
Do one of these:
malloc