Computer Science, asked by pratikshadegave, 7 months ago

Pointer to pointer variable means​

Answers

Answered by malharshinde122
1

Answer:

What's the question please ak neatly

Answered by anushkasingh5nov2006
0

Answer:

A pointer to a pointer is a form of multiple indirection, or a chain of pointers. Normally, a pointer contains the address of a variable. When we define a pointer to a pointer, the first pointer contains the address of the second pointer, which points to the location that contains the actual value as shown below.

Hope it helps u dear...

Similar questions