Lesson 16. Pointers to Functions and Linked Lists

In the last lesson, you learned some new methods to take advantage of a pointer, particularly with arrays. In this lesson, you push your knowledge of a pointer even further, learning some techniques that will add significant programming power to your creations. In this lesson you learn

Image How to declare pointers to functions

Image How to use pointers to create linked lists for data storage

Working with Pointers to Functions

Pointers to functions provide another way of calling functions. “Hold on,” you might ...

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.