function pointers

hai, i want the function prototype for the below 3 function pointers.

1. void * (*(*fp1)(int))[10];
2. float (*(*fp2)(int,int,float))(int);
3. double (*(*(*fp3)())[10])();
Topic archived. No new replies allowed.