Answer Posted / hrpynux@gmail.com
Memory leak occurs when programmers create a memory in heap and forget to delete it. ... To avoid memory leaks, memory allocated on heap should always be freed when no longer needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how are portions of a program disabled in demo versions?
Can you return null in c?
What is the difference between ++a and a++?
What is p in text message?
Which is better between malloc and calloc?
How to set file pointer to beginning c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is the difference between int main and void main in c?
Explain continue keyword in c
Why is struct padding needed?
Write a factorial program using C.
Explain can static variables be declared in a header file?
Is it possible to pass an entire structure to functions?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Why we use int main and void main?