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
What is bool in C++
What are the different scope C++ provide ?
How to stop class inheritance in C++ with condition that object creation should be allowed
What is pass by value & reference.
Write a C++ Program to Display Number (Entered by the User).
What is a virtual base class?
How does free know the size of memory to be deleted
Explain why C++ is not purely Object Oriented Language
What is static variable and difference between(const char *p,char const *p,const char* const p).
Explain the FOR loop with a help of a code.
How to convert integer to string in C++
What is a memory leak in C++?