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 what is a const pointer?
What are the benefits of organizational structure?
Differentiate Source Codes from Object Codes
How are variables declared in c?
What are the 32 keywords in c?
What is a char in c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is class and object in c?
Explain how does flowchart help in writing a program?
program for reversing a selected line word by word when multiple lines are given without using strrev
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Write a program to print numbers from 1 to 100 without using loop in c?
By using C language input a date into it and if it is right?
What is typeof in c?
What is #line used for?