What is function pointer and where we will use it
Answer Posted / raghanna
A function pointer is a variable that stores the address of a function that can later be called through that function pointer. This is useful because functions encapsulate behavior. For instance, every time you need a particular behavior such as drawing a line, instead of writing out a bunch of code, all you need to do is call the function.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What do you mean by dynamic memory allocation in c?
Do you know the difference between malloc() and calloc() function?
What are logical errors and how does it differ from syntax errors?
What is wrong with this initialization?
Is it cc or c in a letter?
will u please send me the placement papers to my mail???????????????????
Explain about block scope in c?
Why doesnt that code work?
What does d mean?
What is difference between structure and union?
Explain what are reserved words?
What is the stack in c?
What is string concatenation in c?
Can we increase size of array in c?