How does a function pointer returns a function pointer?
Answers were Sorted based on User's Feedback
Answer / guest
A function pointer can return a function pointer using
typedef.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / upendra reddy
in .net function pointers are the delegates
here there is no pointer concepts
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Why do we use lambda expression in c#?
Are arrays value types or reference types?
Is it possible to nest cfml conditional tags?
public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?
What is sqldatareader c#?
How to create multi-dimensional array?
Is c# scripting language?
What is the difference between convert and parse in c#?
What is difference between write and writeline in c#?
What are the security issues if we send a query from the application?
Explain the clr triggers?
What is the main purpose of linq?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)