STL (140)
OOPS (873)
C++ General (2409)
What is c++ iterator?
Is C++ case sensitive a) False b) Depends on implementation c) True
What is a singleton c++?
Is dev c++ a good compiler?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Show the application of a dynamic array with the help of an example.
Why c++ does not have finally?
Can we define a constructor as virtual in c++?
What is object file? How can you access object file?
How many times will this loop execute? Explain your answer.
Why is c++ still popular?
What is the use of vtable?
What do nonglobal variables default to a) auto b) register c) static
What is c++ good for?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3