Answers for "double pointer are used for"

1

double pointers

/* when we define a pointer to pointer. The first pointer is used to 
store the address of the variable. And thesecond pointer is used to
store the address of the first pointer.*/

/* The first pointer ptr1 stores the address of the variable and the 
second pointer ptr2 stores the address of the first pointer. */

/* The diagrams in the source are a big help check em out */
Posted by: Guest on January-18-2022

Browse Popular Code Answers by Language