what is the diference between pointer to the function and
function to the pointer?

Answers were Sorted based on User's Feedback



what is the diference between pointer to the function and function to the pointer?..

Answer / manojkumar

I am sorry.
Please explain with small example for this question?

Is This Answer Correct ?    1 Yes 0 No

what is the diference between pointer to the function and function to the pointer?..

Answer / 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

More C Interview Questions

What is #include called?

0 Answers  


Compare array data type to pointer data type

0 Answers  


What is the use of the function in c?

0 Answers  


What is a class c rental property?

0 Answers  


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

0 Answers   Wilco,






How many types of functions are there in c?

0 Answers  


What are formal parameters?

0 Answers  


Whats s or c mean?

0 Answers  


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


how to generate the length of a string without using len funtion?

4 Answers  


What are data types in c language?

0 Answers  


What are the disadvantages of c language?

0 Answers  


Categories