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
How to find out that the code is written as managed or un-managed code?
What is string in c# net?
What is static classes in c#?
Explain namespaces in c#.
Is it possible to force garbage collector to run?
How can it prevents DLL Hell assembly versioning in .NET?
Are classes passed by reference in c#?
How do you specify a custom attribute for the entire assembly?
Do loops c#?
How is exception handling implemented in c#?
Name the property of the textbox which cannot be changed at runtime?
What is interpolation in programming?
Why are strings immutable c#?
Structs are not reference types. Can structs have constructors?
Is array a collection c#?