How does a function pointer returns a function pointer?
Answers were Sorted based on User's Feedback
Answer / guest
A function pointer can return a function pointer using
typedef.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / upendra reddy
in .net function pointers are the delegates
here there is no pointer concepts
Is This Answer Correct ? | 2 Yes | 0 No |
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 |
Can main method be final?
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?
How do you encapsulate in c#?
What is the property of a class in c#?
What is the use of nullable types in c#?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
Explain how can I get around scope problems in a try/catch?
What is difference between C# and VB.NET?
How do I do a case-insensitive string comparison?
What is a Assembly?
How many types of methods are there in c#?