Explain about Garbage Collector?
Is c++ pass by reference or value?
Describe the advantage of an external iterator.
List out some of the object-oriented methodologies?
What is #include iomanip?
What are advantages and disadvantages of Design patterns?
What about Virtual Destructor?
What will i and j equal after the code below is executed? Explain your answer.
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
Is c++ high level programming language?
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.
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?
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