what is memory leak?

Answer Posted / tayyab

When two object create a reference to each other. memory
allocated to these objects can not be reclaimed by
operating system even after when all other references are
deleted for these objects.....this concept is called memory
leak

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

using for loop sum 2 number of any 4 digit number in c language

1714


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1688


What is #error and use of it?

660


What is #line in c?

551


Why do we use header files in c?

567






Write a function that will take in a phone number and output all possible alphabetical combinations

587


in iso what are the common technological language?

1616


List out few of the applications that make use of Multilinked Structures?

1259


What is bubble sort technique in c?

572


Why ca not I do something like this?

580


What is the difference between exit() and _exit() function in c?

566


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

22151


Do character constants represent numerical values?

831


Explain goto?

702


Explain bitwise shift operators?

621