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
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Describe the steps to insert data into a singly linked list.
What is the scope of global variable in c?
Can static variables be declared in a header file?
Explain how can you restore a redirected standard stream?
What does int main () mean?
What is meant by recursion?
Explain how do you override a defined macro?
Explain how do you determine the length of a string value that was stored in a variable?
How can I implement sets or arrays of bits?
How do you define a string?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is volatile variable in c with example?
Is fortran faster than c?