Take Up Code

10: Double Pointers! The Pattern Continues.

Informações:

Sinopsis

A double pointer is nothing more than a pointer to another pointer. It is possible to continue this pattern indefinitely having pointers to pointers to pointers, and so on. But you will rarely need more than a double pointer.