what is mean by Garbage collection ?
Please answer me.
Advance thanks.

Answer Posted / reshma pawar

garbage collection is a concept which suports automatic
deallocation of resources

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are qualifiers and modifiers c?

549


What does double pointer mean in c?

582


Explain the advantages of using macro in c language?

582


What is call by reference in functions?

567


What does the function toupper() do?

655






void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1259


How many keywords (reserve words) are in c?

621


What are the c keywords?

750


Explain what is the benefit of using an enum rather than a #define constant?

722


What is volatile, register definition in C

689


What are the usage of pointer in c?

703


What are different types of variables in c?

571


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

1629


What is difference between arrays and pointers?

583


What is c token?

609