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


Please Help Members By Posting Answers For Below Questions

Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?

717


What are virtual classes in c#?

729


what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

1639


What is the main purpose of xml?

693


What are callback methods in c#?

683


Define an abstract class?

674


Suppose two interfaces have same method, so how will you implement these methods in derive class?

677


How does insertion sort work?

708


What are the ways in which client can create object on server in cao model?

727


What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?

706


What is class method c#?

669


Can we override main method in c#?

692


What is difference between list and dictionary in c#?

644


What are events in C#?

724


What's the difference between class and object?

684