int main(void) { p = &x; //Set x.re = 1.25 via p p->re = 1.25; //Set x.im = 2.50 via p p->im = 2.50; }