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
Why c is called object oriented language?
hi any body pls give me company name interview conduct "c" language only
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What math functions are available for integers? For floating point?
can anyone please tell about the nested interrupts?
What is auto keyword in c?
Why are all header files not declared in every c program?
Do you have any idea how to compare array with pointer in c?
How the c program is executed?
What are pointers? Why are they used?
What is return type in c?
Why void main is used in c?
What is an example of structure?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode