Challenge: An Array of Function Pointers
Apply what you’ve learned about function pointers in the coding exercises in this lesson.
We'll cover the following
Problem statement
In this challenge, you have to implement these functions:
void callFunctions(int num, int arr[]);
void dbl(int *n);
void tple(int *n);
void qdpl(int *n);
Get hands-on with 1200+ tech skills courses.