what is the advantage of function pointer
Answer Posted / ajay
TO implement call back functions.......
| Is This Answer Correct ? | 34 Yes | 8 No |
Post New Answer View All Answers
What are logical errors and how does it differ from syntax errors?
What is meant by preprocessor in c?
What is the purpose of realloc()?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is meant by initialization and how we initialize a variable?
what are the advantages of a macro over a function?
What is the difference between procedural and functional programming?
Hi can anyone tell what is a start up code?
explain what is fifo?
Difference between goto, long jmp() and setjmp()?
what is the height of tree if leaf node is at level 3. please explain
What are c identifiers?
What is the difference between far and near ?
Is calloc better than malloc?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.