what is memory leak?

Answer Posted / sujith

Memory leak is nothing but u create huge chunk of memory
with a malloc or any such mechanism and u never free that
manually which make the available free main memory in the
system to minimum. this may even lead to system crashing.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the -> in c?

585


Explain what are linked list?

626


What are the similarities between c and c++?

600


What is a structure member in c?

549


How do you use a pointer to a function?

635






Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1425


Differentiate between full, complete & perfect binary trees.

672


How do you print an address?

748


What the different types of arrays in c?

614


How can I call fortran?

643


What is the use of sizeof () in c?

558


Define macros.

785


What is s in c?

618


What is ambagious result in C? explain with an example.

2057


How do I copy files?

623