void *
is a generic pointer, but what about void **
? Is void **
also a generic pointer?
Can we typecast void **
to int **
, char **
and so on.
I would be thankful to stack overflow family for any information on this.
See Question&Answers more detail:os