Q:

What is a Function Pointer?

0

What is a Function Pointer?

All Answers

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

Answer:

A function pointer is similar to the other pointers but the only difference is that it points to a function instead of a variable. In another word, we can say that a function pointer is a type of pointer that store the address of a function and these pointed function can be invoked by function pointer in a program whenever required.

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
How to declare a pointer to a function in C?... >>
<< How is the free work in C?...