Function Pointers

suggest change

Introduction

Function pointers are pointers that point to functions instead of data types. They can be used to allow variability in the function that is to be called, at run-time.

Syntax

Name *name;

typedef Name *NamePtr;

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents