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
What is the purpose of 'register' keyword in c language?
Define Spanning-Tree Protocol (STP)
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is c language used for?
Is c easier than java?
Can we use visual studio for c?
What are identifiers and keywords in c?
Explain what is the difference between far and near ?
What is string concatenation in c?
List some of the static data structures in C?
Is c dynamically typed?
what is the difference between class and unio?
What are the types of unary operators?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What are the difference between a free-standing and a hosted environment?