What do understand by pointer on pointer?

: 568
Paper : C Programming FAQ (Frequently Asked Questions and answers) for freshers | Platform : Procedural Programming Languages | Category : Programming FAQs

The pointer variable holds the address of another pointer variable which is holding the data value.

Suggested Papers: