Double Pointers
Get introduced to double pointers with the help of a simple example.
We'll cover the following
What is a double pointer?
Double pointer declaration
The basic syntax for declaring a double pointer is given below:
dataType **variableName;
Get hands-on with 1200+ tech skills courses.