Answer Posted / gajendra
Function Pointers are pointers, i.e. variables, which point to the address of a function. You must keep in mind,
that a running program gets a certain space in the main-memory. Both, the executable compiled program code
and the used variables, are put inside this memory.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Do you have any idea how to compare array with pointer in c?
how could explain about job profile
write a program to find out prime number using sieve case?
Explain what is a static function?
What is the benefit of using an enum rather than a #define constant?
How is a pointer variable declared?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What are the types of functions in c?
How many main () function we can have in a project?
How to draw the flowchart for structure programs?
Are negative numbers true in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What are the types of c language?
What are local static variables? How can you use them?