How does a function pointer returns a function pointer?

Answers were Sorted based on User's Feedback



How does a function pointer returns a function pointer?..

Answer / guest

A function pointer can return a function pointer using
typedef.

Is This Answer Correct ?    3 Yes 0 No

How does a function pointer returns a function pointer?..

Answer / upendra reddy

in .net function pointers are the delegates

here there is no pointer concepts

Is This Answer Correct ?    2 Yes 0 No

How does a function pointer returns a function pointer?..

Answer / 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

More C Sharp Interview Questions

What is string [] args in c#?

0 Answers  


What are the advantages of using delegates in c#?

0 Answers  


What is the Difference between read only and constant variables?

14 Answers   SilverKey,


Why should you override the tostring() method?

0 Answers  


List out the differences between array and arraylist in c#?

0 Answers  






What are the differences between system.string and system.text.stringbuilder classes?

0 Answers  


What are partial types in c#?

0 Answers  


What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?

0 Answers  


What is using in c#?

0 Answers  


Why do we use ienumerable in c#?

0 Answers  


What is xml document how do you open it?

0 Answers  


Explain what is an interface in c#?

0 Answers  


Categories