answersLogoWhite

0

struct outer {

int n;

char *s;

struct {

int m;

char *q;

} inner;

};

struct outer x;

x.n= 1;

x.inner.m = 2;

User Avatar

Wiki User

16y ago

What else can I help you with?