• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Memory Related questions in C language Programming

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

Ruhana

New Member
Joined
Mar 19, 2009
I develap a draughting software in c language but it donot clear RAM mempry after completing execution. Pls suggest me memory clearing statements in c Language......

Thanks in Advance
 
wrong section there is a programing thread.

Here is a hint:
C does not inherently have this facility there are four library routines which allow this function. There is no garbage collector in C.

Google is your friend do a search for "malloc" that should help you out.
 
Last edited:
Back