Question from C faq in comp.lang.c



Hi all,

Can I get a clear idea of what  designated initializers in the below
question mean??
Also is it applicable for structures too??


Can I initialize unions?
A:      In the original ANSI C, only the first-named member; in C99,
        using "designated initializers", yes, any member.


Thanks
Shastri

.