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 #include stdio h?
What are the functions to open and close file in c language?
What does malloc () calloc () realloc () free () do?
In c programming language, how many parameters can be passed to a function ?
differentiate built-in functions and user – defined functions.
Explain 'bit masking'?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
In a header file whether functions are declared or defined?
Is it better to bitshift a value than to multiply by 2?
What is structure padding in c?
Is c call by value?
What is the meaning of typedef struct in c?
Write a program of advanced Fibonacci series.
What are global variables and how do you declare them?
the question is that what you have been doing all these periods (one year gap)