Lesson 15. Pointers to Pointers and Arrays of Pointers

In Lesson 9, “Understanding Pointers,” you were introduced to the basics of pointers, which are an important part of the C programming language. In the next two lessons, you go further, exploring some advanced pointer topics that can add flexibility to your programming. In this lesson you learn

Image How to declare a pointer to a pointer

Image How to use pointers with multidimensional arrays

Image How to declare ...

Get C Programming in One Hour a Day, Sams Teach Yourself, 7th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.