c programming
Tuesday, 12 June 2012
Function which is returning pointer
function which is returning pointer
Return type of function can be pointer to char, pointer to int, pointer to float, pointer to double and pointer to void.
Examples:
a.
Function returning pointer to character.
b.
Function returning pointer to integer
c.
Function returning pointer to float.
d.
Function returning pointer to double.
e.
Function returning pointer to void i.e. generic pointer.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment