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
Explain the difference between malloc() and calloc() in c?
Explain the priority queues?
Why do we use main function?
Explain function?
Explain built-in function?
What is #ifdef ? What is its application?
Why we use stdio h in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Is int a keyword in c?
How do I use void main?
Why is c called c?
What is 'bus error'?
Explain how can I make sure that my program is the only one accessing a file?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
How do you sort filenames in a directory?