STL (140)
OOPS (873)
C++ General (2409) if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
1 3511#include
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
2 4165
What is stack unwinding?
What is the difference between Stack and Queue in C++?
What is the difference between passing by reference and passing a reference?
Explain explicit container.
Can an interface inherit a class?
Why do we learn c++?
What are the advantages and disadvantages of B-star trees over Binary trees?
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Can destructor be overloaded?
What is microsoft c++ redistributable 2013?
Who invented oop?
What is the difference between virtual functions and pure virtual functions?
What is data types c++?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()