fp1 is function pointer which is pointing to a function(which is taking integer as an argument) and returns a pointer which is pointing to an array of 10 void pointers.
Fp1 is a pointer which is pointing a such type of function who have integer as a argument in his function and which is also returning a pointer to an array of 10 void pointers.