Hi Guys,
Come together and share some C programming questions....
Regards
Hi Guys,
Come together and share some C programming questions....
Regards
How to destroy dynamically allocated memory (memory allocated by malloc()) with out using free() ?
Hi,
I think there is no way to do that without using the free function...
yes we can destroy the memory using realloc(*ptr, NULL). but its not possible in C89.
Regards
Fazal C.A
very good .
good job... that's amazing
you win a cookie
Bookmarks