What is the output of this program
int main()
{
    struct mail{
        int pages;
        char str[4];
    }b;
    printf("%d",sizeof(b));
    return 0;
}

Posted on by