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
Explain what is a stream?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is difference between union All statement and Union?
Is c is a high level language?
What is the use of static variable in c?
What do header files do?
Is there a built-in function in C that can be used for sorting data?
What is the use of linkage in c language?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is console in c language?
What is pointers in c with example?
What is the use of f in c?
What is a pointer variable in c language?
What is the difference between c &c++?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)