Thursday 3 September 2009

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 structureFunction which is returning pointer to unionFunction which is returning pointer to enum

No comments:

Post a Comment