#include // Exercise 2 // // Write a function that: // // - accepts a function pointer and an integer as an argument // // - invokes the pointed-to function with the integer as its argument int main(int argc, char **argv) { return 0; }