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
What is marshalling in c#?
What is COM Interoperability?
Can a loop recorder detect a heart attack?
What happens if the inherited interfaces have conflicting method names?
How many bytes is an int in c#?
Why do we need nullable types in c#?
What are the Types of JIT and what is econo-JIT
How do you declare an arraylist?
Can we make a class private in c#?
Name some string escape sequences in c#.
What is a race condition?
What is the difference between ienumerable and enumerable?
What is the function of .IsDescendent()?
What exactly is serverless?
What is jit? What are the different types of jit?