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 console read in c#?

1 Answers  


How do I declare inout arguments in c#?

1 Answers  


What is the use of ienumerable in c#?

1 Answers  


What is the difference between ref & out parameters?

2 Answers  


What?s a satellite assembly?

3 Answers   Visual Soft,


What is using keyword?

1 Answers  


Do events have return type c#?

1 Answers  


What C# keyword class access modifier specifies that the class is concrete and CANNOT be derived from?

3 Answers  


Is comparable a functional interface?

1 Answers  


What is the relationship between a process, application domain, and application?

1 Answers  


How to store image file in Sql server database?

4 Answers   Unique Software Systems,


Why do we parse in c#?

1 Answers  


Categories