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 a void pointer? When is a void pointer used?
how to write optimum code to divide a 50 digit number with a 25 digit number??
How do you convert strings to numbers in C?
Which type of language is c?
What is break statement?
What is the Purpose of 'extern' keyword in a function declaration?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
How can a number be converted to a string?
What are the advantages and disadvantages of pointers?
What is the use of getchar() function?
Write a program for Overriding.
Without Computer networks, Computers will be half the use. Comment.
What is "Hungarian Notation"?
What does d mean?
Whats s or c mean?