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 a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
How can you read a directory in a C program?
What is variables in c?
hi any body pls give me company name interview conduct "c" language only
How do you use a pointer to a function?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Write a program of prime number using recursion.
If you know then define #pragma?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is the difference between test design and test case design?
What is the use of typedef in structure in c?
Write the control statements in C language
Explain what are multidimensional arrays?
What are the features of c languages?
Who developed c language and when?