STL (140)
OOPS (873)
C++ General (2409)
Do vectors start at 0 c++?
How does stack look in function calls? When does stack overflow? What can you do to remedy it?
How are the features of c++ different from c?
Is c++ a difficult language?
Can we specify variable field width in a scanf() format string? If possible how?
What is the use of structure in c++?
Explain the volatile and mutable keywords.
What is function overloading and operator overloading in C++?
What is pure virtual function?
Explain static and dynamic memory allocation with an example each.
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Difference between overloading vs. Overriding
What is auto type c++?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
How many times will this loop execute? Explain your answer.