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
What is a constant?
Without Computer networks, Computers will be half the use. Comment.
What is a global variable in c?
Describe how arrays can be passed to a user defined function
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What are terms in math?
What does sizeof function do?
How to declare pointer variables?
What are the advantage of c language?
What is the use of header files?
Why c is called a mid level programming language?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
How are portions of a program disabled in demo versions?
Why void main is used in c?
Tell us the use of fflush() function in c language?