#include<studio.h>
int main()
{
    struct tree
      {
         int h;
         int w;
      };
    struct tree tree1={10};
    printf("%d",tree.w);
    printf("%d",tree.h);
     return 0;
}


Find the output?

Posted on by