When would you use a pointer to a function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is int main () in c?

0 Answers  


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


Explain how do you search data in a data file using random access method?

0 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


Why doesn't C have nested functions?

2 Answers  






What is c basic?

0 Answers  


what is the use of pointers

6 Answers   Adobe, GrapeCity,


Explain what will the preprocessor do for a program?

0 Answers  


What is a node in c?

0 Answers  


What is a pointer in c?

0 Answers  


printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,


Categories