This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

accessing array of ptr in the structures

i've declared a structure as

typedef struct elem
{ int a;
void *b[20];
}e;

how can i access the array of (void) pointer inside a structure???

e.b ???

- is this correct manner of accessing???

Parents Reply Children
No data