Murari Jaiswal said:
(Fri, Oct 22, 2010 09:10:42 PM)
*(*
means pointer to pointer which gives value
so arrays of three function pointer
Rajneesh Kumar said:
(Sun, Mar 6, 2011 04:45:17 AM)
Its pointer of pointer concept so which gives value.
So arrays of three function pointer.
Mtb said:
(Fri, Sep 9, 2011 02:56:15 AM)
If one can give a more detailed description for this, I would appreciate it.
Prasad said:
(Fri, Sep 23, 2011 12:56:23 PM)
I do not understand please explain it.
Siddu said:
(Thu, Nov 3, 2011 02:55:47 PM)
The return value of the function whose function pointer can be any of arrfptr[n]will be a pointer to an array of 10 characters.
The declaration can interpreted as "type of the array to be returned by function(char) (Returning char pointer(*)(function pointer name(*arrfptr)[size of the array of function pointers](3)(parameters)(void))[size of the array which will be returned from the function].