what is the diference between pointer to the function and
function to the pointer?
Answer Posted / selvakumar vedhachalam
There is no difference between poiter to function and
function pointer. It may be two different of saying the
same thing.
Pointer always points to a address.
Function pointer alwyas points to a address of a function.
Example:
void (*fn_ptr)(int, int);
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Can we assign integer value to char in c?
What is the condition that is applied with ?: Operator?
Why do we use stdio h and conio h?
How many levels of indirection in pointers can you have in a single declaration?
How can I find the modification date and time of a file?
Can stdout be forced to print somewhere other than the screen?
What does stand for?
Where are some collections of useful code fragments and examples?
What are two dimensional arrays alternatively called as?
Can the “if” function be used in comparing strings?
Is that possible to store 32768 in an int data type variable?
What is difference between array and pointer in c?
What is meant by gets in c?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Explain what are global variables and explain how do you declare them?