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
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
What are virtual classes in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is the main purpose of xml?
What are callback methods in c#?
Define an abstract class?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
How does insertion sort work?
What are the ways in which client can create object on server in cao model?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
What is class method c#?
Can we override main method in c#?
What is difference between list and dictionary in c#?
What are events in C#?
What's the difference between class and object?