Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...




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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / amutha

garpage collection one of the dynamic memory allocation so
that don't use long reference application

Is This Answer Correct ?    1 Yes 0 No

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

Answer / reshma pawar

garbage collection is a concept which suports automatic
deallocation of resources

Is This Answer Correct ?    0 Yes 0 No

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

Answer / 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

More C Interview Questions

tell me the full form of c?

2 Answers  


how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

0 Answers   Gopaljee, TCS,


#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


which of 'arrays' or 'pointers' are faster?

5 Answers  


what is the format specifier for printing a pointer value?

0 Answers  


how to swap two integers 1 and 32767 without using third variable

11 Answers   Microsoft, TCS,


How can you increase the allowable number of simultaneously open files?

0 Answers  


What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.

5 Answers   CCEM, TCS,


Explain a file operation in C with an example.

0 Answers   Amdocs,


What is wrong with this program statement?

0 Answers  


What is break statement?

0 Answers  


What happens if a header file is included twice?

0 Answers  


Categories