# Introduction In C programming, pointers are used to store the memory addresses of other variables. Similarly, a pointer to a pointer is a variable that stores the memory address of another pointer variable. In this lab, we will learn how to write a C program that deals with pointer to pointer.
Click the virtual machine below to start practicing