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 all details the assembly manifest will contain?

0 Answers  


Can we inherit two classes in c#?

0 Answers  


What is serialization and deserialization in c# with example?

0 Answers  


what is bubbled event ? give suitable example in code vice with demo

2 Answers  


What does mean c#?

0 Answers  






how encapsulation is implemented in c#

0 Answers   Cognizant,


What is literal in c#?

0 Answers  


What is the difference between method and function in c#?

0 Answers  


Can we overload the main method in c#?

0 Answers  


What is the difference between static and private constructor in c#?

0 Answers  


Write the difference between TypeOf and GetType?

0 Answers   Wipro,


What is Event - Delegate?

0 Answers  


Categories