Home » C Programming » Structures, Unions, Enums

Will the following declaration work? typedef struct s { int a; float b; }s;

Correct Answer: Yes

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion