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 is the difference between constant pointer and constant variable?
Is python a c language?
Is flag a keyword in c?
Why we use stdio h in c?
What does s c mean on snapchat?
Why cant I open a file by its explicit path?
What is void pointers in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What are the advantages and disadvantages of c language?
Why do we use return in c?
What is pointers in c with example?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is the most efficient way to store flag values?
Is it better to use a macro or a function?
What are header files and explain what are its uses in c programming?