+ 16
Qus:2- What is a pointer on a pointer in C programming language?
4 Respostas
+ 8
Pointer in c to store a address in variable
+ 7
E.g. an address of a pointer variable.
+ 3
Pointer to pointer..
Int **ptr;
+ 2
Conserning "use the right tags";
Deepika Mourya why did you use javaScript, java, php in your tags if it concerns C ?