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
What are the 5 elements of structure?
What is volatile, register definition in C
What are the types of data files?
What is the purpose of sprintf?
Process by which one bit pattern in to another by bit wise operation is?
What is logical error?
What is data types?
How can I manipulate strings of multibyte characters?
What is the use of a semicolon (;) at the end of every program statement?
What is abstract data structure in c?
Do you know the difference between exit() and _exit() function in c?
What does c mean in basketball?
Why main is used in c?
Why c is faster than c++?
What is a stream water?