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
Explain about Garbage Collector?
Ask to write virtual base class code?
What are the 3 levels of programming languages?
what are the decision making statements in C++? Explain if statement with an example?
How the V-Table mechanism works?
What is Pure Virtual Function? Why and when it is used ?
What is a c++ map?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is stl containers in c++?
Why is main function important?
Why do we learn c++?
What are virtual functions and what is its use?