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 |
What is the difference between a function and a method?
How do you restrict the type which can be used in custom generic?
Distinguish between continue and break statement?
Explain the difference between abstract class and interface.
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What is jagged array?
What is the difference between arraylist and list in c#?
What is the advantage of constructor in c#?
What are the main reasons to use c# language?
Why is it a bad idea to throw your own exceptions?
What are functions c#?
What is static variable in c#?