Q:

Where can the function pointers be used?

0

Where can the function pointers be used?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

There are a lot of places, where the function pointers can be used. Generally, function pointers are used in the implementation of the callback function, finite state machine and to provide the feature of polymorphism in C language …etc.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Embedded C interview questions and answers (2022)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Write a program to check an integer is a power of ... >>
<< How to declare a pointer to a function in C?...