How does a function pointer returns a function pointer?
Answer Posted / rajesh
"function pointer returning function pointer" means the
function which is defined as a pointer(function) returns
pointer to the function
int *fun(parameters)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a private method in c#?
What is the base class of all classes in c#?
What is the difference between asp net and c#?
Is it possible to inherit multiple interfaces?
How to find the current application file path while runtime?
What are the Types of optimization and name a few and how do u do?
How can I use .NET components from COM programs?
What is a concrete class in c#?
How to sign an assembly with strong name?
What is c# windows form application?
How do you use nullable?
Is nullable type c#?
In which way you can convert a value-type to a reference-type?
How do I use the 'using' keyword with multiple objects?
What is remote data?