STL (140)
OOPS (873)
C++ General (2409) How does stack look in function calls? Write a recursive function call, how will the stack look like?
999Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?
1023
What does it mean to declare a member function as virtual?
How is objective c different from c++?
Explain container class.
Define the process of handling in case of destructor failure?
how to making game in c++ ?
2. Give the different notations for the class.\
Why do we use string in c++?
Is there a sort function in c++?
What is the use of default constructor?
What is nested class in c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What are the advantages of c++? Explain
What is class in c++ with example?
What do you mean by overhead in c++?
What is the benefit of oop?