Sorry! Posting Assignment is allowed only for commercial accounts.
int main(){ struct mail{ int pages; char str[4]; }b; printf("%d",sizeof(b)); return 0;}