I confused when i want to take single pointer and when should i take double pointer? In following structure what exactly did?
In general pointer is used to hold the address of another variable. What if we need to hold the address of pointer ,in that case we use double pointer. When we want to hold the address of double pointer we use triple pointer.