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
Why does this code crash?
What is the benefit of using #define to declare a constant?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is the best organizational structure?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is getche() function?
What is a lookup table in c?
Explain what is the most efficient way to store flag values?
Why clrscr is used in c?
What is static memory allocation?
What is the difference between scanf and fscanf?
What is the difference between memcpy and memmove?
How pointer is different from array?
What are the benefits of organizational structure?