Explain about Garbage Collector?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Is c++ pass by reference or value?

0 Answers  


Describe the advantage of an external iterator.

0 Answers  


List out some of the object-oriented methodologies?

1 Answers  


What is #include iomanip?

0 Answers  


What are advantages and disadvantages of Design patterns?

7 Answers   IBM, Vodafone,






What about Virtual Destructor?

1 Answers   Virtusa,


What will i and j equal after the code below is executed? Explain your answer.

1 Answers  


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

0 Answers  


Is c++ high level programming language?

0 Answers  


Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

0 Answers  


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

0 Answers  


what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking

2 Answers   Hughes,


Categories