#include<stdio.h>
struct employ  
{  
    int ecode;  
    struct employ e;  
};  
What is the output of the above code snippet?

Posted on by