Function returning pointer to derived data type in c

Derived data types are: array, function, and pointer. So return type of function can be pointer to array, pointer to function and pointer to pointer.
a.   Function which is returning to pointer array
a.   function which is returning pointer to function
a.   Function which is returning pointer to pointer.

No comments: