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 the difference between a function and a method?

0 Answers  


How do you restrict the type which can be used in custom generic?

1 Answers   IBM,


Distinguish between continue and break statement?

0 Answers  


Explain the difference between abstract class and interface.

0 Answers   Accenture,


If you define a user defined data type by using the class keyword, is it a value type or reference type?

0 Answers  






What is jagged array?

0 Answers  


What is the difference between arraylist and list in c#?

0 Answers  


What is the advantage of constructor in c#?

0 Answers  


What are the main reasons to use c# language?

0 Answers  


Why is it a bad idea to throw your own exceptions?

1 Answers   Visual Soft,


What are functions c#?

0 Answers  


What is static variable in c#?

0 Answers  


Categories