Structures, Unions, Enums - Programming

Q1:

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

A Yes

B No

ANS:A - Yes

No answer description is available. Let's discuss.