what is mean by Garbage collection ?
Please answer me.
Advance thanks.
Answer Posted / preeti singh
Garbage collection refers to a daemon process that reclaims
the memory that is no longer referenced by an application
that uses dynamic memory allocation.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are terms in math?
What is the difference between arrays and pointers?
What is the difference between null pointer and wild pointer?
Write a code to remove duplicates in a string.
What is table lookup in c?
Why is C language being considered a middle level language?
How are structure passing and returning implemented?
write a proram to reverse the string using switch case?
What is the use of header files?
Explain what is wrong with this statement? Myname = ?robin?;
Where are some collections of useful code fragments and examples?
What is the full form of getch?
How do I use strcmp?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What are the 3 types of structures?