Question | Answer |
Memory leaks | When you allocate memory and then make in inaccessible, you have a memory leak |
What happen when you don't use free when you use malloc? | Elements created malloc are not automatically cleared. Memory is continually being dynamically allocated but not clear. The computer will eventually run out of memory |
There are no comments, be the first and leave one below:
Want to create your own Flashcards for free with GoConqr? Learn more.