0

What is this double pointer

**a *a

10th Aug 2017, 11:30 AM
Anıl ÖztĂŒrk
Anıl ÖztĂŒrk - avatar
1 Answer
0
This is a pointer which points to another pointer. It sounds like crap but is actually very useful in some cases. Especially memory alocation and some data structures "like" use them.
10th Aug 2017, 8:52 PM
Grzegorz Skryty
Grzegorz Skryty - avatar