Computer Science, asked by hita4391, 1 year ago

What is Pointer to Pointer ?

Answers

Answered by vaishnav232
1

one pointer is accessed by using other pointer to do specific activity , means pointer to pointer

Answered by lakshvagela1234
1

Answer:

In computer science, a pointer is an object in many programming languages that stores a memory address. This can be that of another value located in computer memory, or in some cases, that of memory-mapped computer hardware.

Similar questions