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 d scanf?
What are pointers?
What is the difference between near, far and huge pointers?
What are the types of operators in c?
What is the difference between malloc calloc and realloc in c?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
How can you find the day of the week given the date?
What is the most efficient way to store flag values?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
How can I recover the file name given an open stream or file descriptor?
What is signed and unsigned?
Do string constants represent numerical values?
Compare interpreters and compilers.
How can I do peek and poke in c?
Explain what’s a signal? Explain what do I use signals for?