Hello Everyone !
I want to know what is a pointer on pointer ?
Hello Everyone !
I want to know what is a pointer on pointer ?
It's a pointer variable which can hold the address of another pointer variable. It de-refers twice to point to the data held by the designated pointer variable.
Eg: int x = 5, *p=&x, **q=&p;
When a pointer variable points to another pointer variable that is known as pointer on pointer.
This educational forum is produly developed by betaQsolutions-A leading software company in Odisha. This forum is developed to discuss the educational topics only betweeen the Students, teachers, Parents & Experts. Topic related to Career, Syllabus, Subjects, Questions, Exams etc are allowed to discuss here.
Total topics 43 • Total Query 1115 • Total members 247 • Total Answered 1286