Defining an array of function pointers

(*functionPtrs[index])(); //calls the function at the index of `index` in the array

You need to pass parameters to your functions.