what is the advantage of function pointer
Answer Posted / vidhya
It is more efficient. So it mostly used in real type
application.
The use of pointer is to store address location of a
variable or a function.as similar we are storing a variable
address in a pointer variable and refering it ,we can store
the address of a function in pointer variable.
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
Explain function?
What is use of pointer?
Can you tell me how to check whether a linked list is circular?
Explain how can I convert a number to a string?
How can I ensure that integer arithmetic doesnt overflow?
Do you know the use of fflush() function?
What is nested structure with example?
Is return a keyword in c?
How can you draw circles in C?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Tell me when would you use a pointer to a function?
How many levels of indirection in pointers can you have in a single declaration?
What is header file in c?
write a program for the normal snake games find in most of the mobiles.