STL (140)
OOPS (873)
C++ General (2409) Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
1067There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
1074
What is size_type?
What do you understand by zombie objects in c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is heap sort in c++?
How do you sort a sort function in c++ to sort in descending order?
Define a constructor - what it is and how it might be called (2 methods)?
What does it mean to take the address of a reference?
Why can’t you call invariants() as the first line of your constructor?
Do you know the use of vtable?
Is oop better than procedural?
sir please send me bpcl previous question papers
Does dev c++ support c++ 11?
What should main() return in c and c++?
What is pure virtual function? Or what is abstract class?
Explain Memory Allocation in C/C++ ?