How does a function pointer returns a function pointer?
Answer Posted / 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 View All Answers
How do you define a predicate?
How can it prevents DLL Hell assembly versioning in .NET?
Can you create an instance of a static class?
What are the string functions in c#?
Why abstraction is used in c#?
Define c# i/o classes? List the commonly used classes?
What is join in c#?
What is the syntax for calling an overloaded constructor within a constructor?
What are All kind of access specifiers for a class and for methods
What are the Types of caching
What is orm in c#?
What is object pool in .net?
Are structs value types or reference types?
Define assert() method? How does it work?
What type is string in c#?