A、v1.x=10;
B、example v2; v2.x=10;
C、struct v2; v2.x=10;
D、struct example v2={10};
A、year=1976
B、birth.year=1976
C、person.birth.year=1976
D、person.year=1976
A、printf("%c",man[2].other.name[0]);
B、printf("%c",other.name[0]);
C、printf("%c",man[2].(* other[0]));
D、printf("%c",man[3].name);
A、p++->n
B、p->n++
C、(*p).n++
D、++p->n
A、3,a
B、4,g
C、2,USA
D、5,Spanish
A、14
B、6
C、2
D、21
A、64
B、218
C、228
D、7