0
10th Aug 2017, 11:31 AM
Anıl ĂztĂŒrk

2 Answers
+ 7
E.g.
int x = 5;
int *y = &x;
int **z = &y;
10th Aug 2017, 11:36 AM
Hatsy Rei

+ 5
pointer to a pointer
10th Aug 2017, 11:34 AM
jay

Often have questions like this?
Learn more efficiently, for free: