What is Memory leakage ?

Answer Posted / sathees kumar

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 ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i want to know the procedure of qualcomm for getting a job through offcampus

1898


What is the difference between printf and scanf in c?

722


What is the significance of c program algorithms?

654


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4722


I have a varargs function which accepts a float parameter?

554






Why is c called a mid-level programming language?

693


What is structure pointer in c?

550


What happens if a header file is included twice?

564


What are qualifiers in c?

548


What is uint8 in c?

613


In C, What is the #line used for?

993


Is it better to use a macro or a function?

623


What is the heap?

644


Is c a great language, or what?

578


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

695