what is the diference between pointer to the function and
function to the pointer?
Answers were Sorted based on User's Feedback
I am sorry.
Please explain with small example for this question?
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
how 2 compile & execute c program with out using editor?
Do array subscripts always start with zero?
What is difference between && and & in c?
Write a program that receives as input a number omaadel-n-print, four digits.
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
Is there anything like an ifdef for typedefs?
program for swapping two strings by using pointers in c language
What is pass by value in c?
Explain the advantages of using macro in c language?
i need all types of question paper releted to "c" and other language.
Can i use Two or More Main Funtion in any C program.?
what is array?