#include union empAdd { char *ename; char stname[20]; int pincode; }; int main() { return 0 ; }