In article <2363 at iscuva.ISCS.COM> carlp at iscuva.ISCS.COM (Carl Paukstis) writes: >Specifically, does the initialization of static variables to "zero of the >appropriate type" apply to members of static structures? Of course it does. Also to first members of static unions, static null pointers, etc.