(*functionPtrs[index])(); //calls the function at the index of `index` in the array
You need to pass parameters to your functions.
(*functionPtrs[index])(); //calls the function at the index of `index` in the array
You need to pass parameters to your functions.