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 |
Why is c so popular?
What is union and structure?
what is difference between procedural language and functional language ?
What are directives in c?
In C language, a variable name cannot contain?
Discuss the function of conditional operator, size of operator and comma operator with examples.
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
Can a program have two main functions?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Tell me what are bitwise shift operators?
What is abstract data structure in c?
Is c is a low level language?