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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…