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
What is typeof in c?
What is the difference between memcpy and memmove?
Add Two Numbers Without Using the Addition Operator
What is .obj file in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What are the advantages of using linked list for tree construction?
Is c procedural or object oriented?
Can 'this' pointer by used in the constructor?
How do I send escape sequences to control a terminal or other device?
What library is sizeof in c?
Why we write conio h in c?
Explain the use of fflush() function?
What are the types of operators in c?
What is pointer to pointer in c with example?
What is the maximum no. of arguments that can be given in a command line in C.?