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

name the language for writing c compiler?

3 Answers   Microsoft,


How many types of operators are there in c?

0 Answers  


which operator is known as dummy operator in c?

2 Answers   Wipro,


What type of function is main ()?

0 Answers  


Is it acceptable to declare/define a variable in a c header?

0 Answers  


void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


What is use of bit field?

0 Answers  


Describe the header file and its usage in c programming?

0 Answers  


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?

0 Answers  


compare array with pointer?

1 Answers  


what is the use of macro program

1 Answers   TCS,


Categories