Questão | Responda |
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:
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.