Q: What's the difference between these two declarations?
struct x1 { ... }; typedef struct { ... } x2;
A: See question 2.1.
Hosted by