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

Can main method be final?

0 Answers  


Can you override private virtual methods?

11 Answers   AROBS Transilvania Software, IBM, Mind Tree, Revalsys,


Why cannot you specify the accessibility modifier for methods inside the interface?

0 Answers  


How do you encapsulate in c#?

0 Answers  


What is the property of a class in c#?

0 Answers  


What is the use of nullable types in c#?

0 Answers  


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

2 Answers   Siebel Systems,


Explain how can I get around scope problems in a try/catch?

0 Answers  


What is difference between C# and VB.NET?

0 Answers   CDC,


How do I do a case-insensitive string comparison?

0 Answers  


What is a Assembly?

0 Answers   UGC Corporation,


How many types of methods are there in c#?

0 Answers  


Categories