what is mean by Garbage collection ?
Please answer me.
Advance thanks.
Answer Posted / 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 |
Post New Answer View All Answers
What are pointers?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What are local static variables?
Explain what are the different file extensions involved when programming in c?
List the difference between a While & Do While loops?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
What is static memory allocation?
What is c basic?
What is null in c?
Explain continue keyword in c
Explain how can I convert a number to a string?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What are the 5 elements of structure?
Why double pointer is used in c?
how do you programme Carrier Sense Multiple Access