K
karthikbalaguru
Hi,
I came across statements that claim that
Unions may occur within arrays.
But, a union is a variable that may hold (at different times)
objects of different types and sizes.
whereas in an array, each element should have the same
data type . So, how can an array hold a union that has different
ojects of different types during different scenarios ?
Thx in advans,
Karthik Balaguru
I came across statements that claim that
Unions may occur within arrays.
But, a union is a variable that may hold (at different times)
objects of different types and sizes.
whereas in an array, each element should have the same
data type . So, how can an array hold a union that has different
ojects of different types during different scenarios ?
Thx in advans,
Karthik Balaguru