0 votes
in C Plus Plus by

What is a pointer on a pointer in C programming language?

1 Answer

0 votes
by

A pointer variable that contains the address of another pointer variable is called pointer on a pointer. This concept de-refers twice to point to the data held by a pointer variable.

<!--[if gte vml 1]> <![endif]--><!--[if !vml]-->pointer on pointer<!--[endif]-->

In this example **y returns value of the variable a.

Related questions

0 votes
asked Mar 12, 2020 in C Plus Plus by rahuljain1
0 votes
asked Mar 12, 2020 in C Plus Plus by rahuljain1
...