Tagged Questions

0
votes
3answers
86 views

Assigning values to a struct member without using the members name in c?

I have a structure and what I would like to do is to assign values to its members using a for loop. That way I do not have to use the members name. Because the structure is long and i do not want 20 ...