Find the output of the following program?
#include<studio.h>
int main()
{
    struct tree
      {
         int a;
         int b;
      };
    struct sookshmas sookshmas={10};
    printf("%d",sookshmas.w);
    printf("%d",sookshmas.h);
     return 0;
}


Posted on by