struct x { char a[10]; char b[20]; int i; char *c; char *d[10]; };
I am filling this struct and then using the values. On the n
struct x myX; ... memset(&x, 0, sizeof(myX));