What is a v-table?
No Answer is Posted For this Question
Be the First to Post Answer
How do you invoke a base member function from a derived class in which you have not overridden that function?
How can you specify a class in C++?
What language is a dll written in?
Write is a binary search tree? Write an algo and tell complexity?
What are the important differences between c++ and java?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is fixed in c++?
what do you mean by volatile variable?
Can a program run without main in c++?
What are advantages of using friend classes?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Define friend function.