What is an algorithm (in terms of the STL/C++ standard library)?
No Answer is Posted For this Question
Be the First to Post Answer
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
what do you mean by exception handling in C++?
How to reverse a string in C++
What Is A Default Constructor in C++ ?
Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69
What is conversion constructor in C++
What are issues if we mix new and free in C++?
How does free know the size of memory to be deleted
Difference between function overloading and function overriding.
Tell How To Check Whether A Linked List Is Circular ?
What is an abstract class in C++
0 Answers SwanSoft Technologies,
There 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?