Function returning Pointer to user defined data type in c

User defined data types are: structure, union, enum. So return type of function can be pointer to structre, pointer to union and pointer to enum.


Function which is returning pointer to structure
Function which is returning pointer to union
Function which is returning pointer to enum

No comments: