Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
No Answer is Posted For this Question
Be the First to Post Answer
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?
When would you use a pointer? A reference?
How to generate random numbers in C++ with a range?
Define namespace.
What Is Polymorphism in C++ ?
2 Answers IBS, Impetus, ITC Indian Tobacco Company, Motorola,
What is partial specialization or template specialization?
Write a program that ask for user input from 5 to 9 then calculate the average
What is RTTI and why do you need it?
What is Copy Constructor?
How to stop class inheritance in C++ with condition that object creation should be allowed
How does stack look in function calls? Write a recursive function call, how will the stack look like?
How does free know the size of memory to be deleted