How does a function pointer returns a function pointer?
Answer Posted / guest
A function pointer can return a function pointer using
typedef.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why do we need to override in c#?
How big is int16?
Explain the advantage of using system.text.stringbuilder over system.string?
Does the variables of a private class-level inherited?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
What is base class in c#?
What is a clr (common language runtime)?
Illustrate race condition?
Explain use of abstract and sealed classes in c#?
What is the use of the dispose method in C# ?
What is mvc firstordefault?
How do I port "synchronized" functions from visual j++ to c#?
How do you access a constant field declared in a class?
To create a localized application which namespaces are necessary?
List out two different types of errors in c#?