How does a function pointer returns a function pointer?
Answer Posted / upendra reddy
in .net function pointers are the delegates
here there is no pointer concepts
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the 3 elements of delegation?
Why do we parse in c#?
What are circular references? How garbage collection deals with circular references.
How do I run managed code in a process?
Can we inherit abstract class in c#?
How do I do a case-insensitive string comparison?
What is difference between private and static constructor?
What are access modifiers used for?
If the original method is not static you can declare an override method to be static or not?
What does readonly mean in c#?
Why do we use yield in c#?
What are reflections in c#?
Can you store strings in arrays?
Where static variables are stored?
What is private virtual in C#?