A.typedef struct aa
{ int n;
float m;
}AA;
A.A tdl;
B.#define AA struct aa
A.A{ int n;
} tdl;
C.struct
} aa;
struct aa tdl;
D.struct