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

Where is the output of TextWriterTraceListener redirected?

1 Answers  


Can class inherit from struct c#?

0 Answers  


What is the minimum size (in bytes) of string data type in c#? Give its compatible data type in .NET Framework.

5 Answers  


Can you create an instance of a static class?

0 Answers  


Explain how to parse a datetime string?

0 Answers  






How do you prevent a class from being inherited?

0 Answers  


Define c# i/o classes? List the commonly used classes?

0 Answers  


What is piller of OOPS in C#.

10 Answers  


Is c++ or c# better?

0 Answers  


How long has c# been around?

0 Answers  


If the original method is not static you can declare an override method to be static or not?

0 Answers   Siebel,


What is list collection in c#?

0 Answers  


Categories