Array of Pointers

# Introduction In C programming, an array of pointers is an array in which each element is a pointer to another data type, such as int, char, float, etc. In this lab, we will learn how to access an array of integer pointers and an array of character pointers.

|60 : 00

Click the virtual machine below to start practicing