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
Give an example of removing an element from the queue?
What do you mean by saying a "struct is a value type"?
What is verbatim literal in c#?
What is a collection in c#?
Is c# substring zero based?
Explain About delegates
What is a helper method in c#?
What Happens In Memory When You Box And Unbox A Value-type?
What is generic method in c#?
Is post back c#?
Are c and c# the same thing?
Can we maintain state in webservice?
What is iqueryable in c#?
What is boolean method?
Can I define a type that is an alias of another type (like typedef in c++)?