Tuesday, July 14, 2009

Can someone answer my question?? how can i make a code of a delete function in C?? plz show me code.. pls..?

pls help me in my project.. can someone give me easy code about the delete functions..

Can someone answer my question?? how can i make a code of a delete function in C?? plz show me code.. pls..?
What are you trying to delete ? May be you can contact a C expert at website like http://askexpert.info/
Reply:It depends on what you want to delete. Deleting a pointer (though is not technically true because you only reallocate the pointer to NULL), you would need the 'dalloc' function. This most times is to prevent memory leak in programs.

forsythia

No comments:

Post a Comment