What is Memory leakage ?

Answer Posted / deepak mundhada

when the memory gets allocated using dynamic memory function
like malloc(),realloc()and if we don't free memory using
free() function then this area can't be used by any user.so
this is called Memory leakage.

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we open a binary file in Read/Write mode in C?

665


Explain the use of 'auto' keyword

664


cavium networks written test pattern ..

3580


Write a program to reverse a linked list in c.

632


What is data type long in c?

612






write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1618


What is the significance of c program algorithms?

668


How can I avoid the abort, retry, fail messages?

643


Tell us two differences between new () and malloc ()?

605


What is else if ladder?

600


What are the features of c language?

611


What is d'n in c?

622


What is the use of gets and puts?

589


What is the condition that is applied with ?: Operator?

654


Is the exit() function same as the return statement? Explain.

650