0
My dear friends, how to store structure single member in to array
I want to store structure individual members in different arrays
4 Respuestas
+ 2
But why you want to do this? structures are meant to group data for easy access and transport. You could have separate 5 variables instead if you didn't want them in a group like a structure.
It might be possible, but TBH I never did that.
+ 1
Can you elaborate further please? I'm not getting the idea clearly. Maybe a case example?
0
I'm having 5 members in structure so i want to store this 5 members individual arrays
0
Example:
Struct
{
Mem1;
Mem2;
Mem3;
}
So mem1, mem2, mem3 in individual arrays