what is mean by Garbage collection ?
Please answer me.
Advance thanks.
Answer Posted / sunita yadav
when we use small amount of data in a large memory space
then since the data is less so memory will waste.to resolve
this probleb the concept of garbag collection is used,by
this concept we gathere all the free wastag memory so that
it can be used by other programs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write program to remove duplicate in an array?
Do you know what are bitwise shift operators in c programming?
How can I access an I o board directly?
How do you write a program which produces its own source code as output?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Is there sort function in c?
What are the valid places to have keyword “break”?
What is sizeof array in c?
What are the 5 types of inheritance in c ++?
What are the differences between Structures and Arrays?
Why is c faster?
Is using exit() the same as using return?
Explain the advantages and disadvantages of macros.
What is the ANSI C Standard?