void(*f)(void(*)(int*,void **),int(*)(void**,int*));
f is a fxn pointer to fxn which takes 2 args and teturn nothing 2 arguments are 1. pointer to function which returns nothing and takes 2 args one pointer to int and pointer to pointer to void 2. pointer to fxn returning int and takes 2 args as pointer to void pointer and pointer to int...... This is as per me but in book highlighted int above in red as 2 argument is replaced by int*..so i wana ask whether 2 argument returning int pointer or int ..Accoring to me its int..please reply asap Thnx -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
