What is runtime polymorphism in c++?
What are stacks? Give an example where they are useful.
What is c++ course?
Is ca high or low level language?
What is oops in c++?
What is public, protected, private in c++?
What is the use of "new" operator?
What is using namespace std in cpp?
What is an arraylist c++?
What do you mean by friend class & friend function in c++?
Tell me what are static member functions?
List down the guideline that should be followed while using friend function.
Can we delete this pointer in c++?
Evaulate: 22%5 a) 2 b) 4 c) 0
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