Why would I use pointer to pointer?
Utilisateur anonyme
This question sort of threw me for a loop, because I didn't know the interviewer was referring to double pointers. Additionally, they used the wrong syntax, dereferencing a pointer when they meant to take the address of it, which was confusing. Once I got over that terminology difference, I explained how it helped with modifying data inside functions, using a tree root node as an example.