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 callback delegate in c#?
What is difference between override and new in c#?
What is class and object c#?
How do you pass reference parameters in c#?
What is object type in c#?
Can main method be final?
What is parsing?
Does unity use c++ or c#?
What is a di class?
What is 8 bit signed integer?
Is string null or empty?
What are instance fields in c#?
What is difference between constants and read-only?
What is difference between write and writeline in c#?
What is access modifier in c#?