Home » C Programming » Structures, Unions, Enums

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

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!