[b]1. Write the following function that returns the product of the n values
f(1),f(2),..., and f(n).
int product(int (*f) (int), int n);
Look up function pointers, for loops, etc. Should be easy.
I can't do it but if someone can solve please send it to me..
If you don't solve this "problem" alone using some book or reference you'll newer be an programer!