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
How does array sort work?
What is scaffolding in c#?
Explain the difference between Response.Write () and Response.Output.Write ().
What is connection pooling in ado.net?
Can you inherit from a sealed class?
Does main have to be static c#?
What is an object pool in .net?
Why do canadians say zed?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
Is it possible to inherit multiple interfaces?
What is yield break in c#?
What is the difference between add and addrange in c#?
What is a shared assembly?
What is desktop application testing?
Contrast System.String and System.Text.StringBuilder classes?