-7

What is the main difference between 'function pointer' and 'pointer to a function' in C language?

Explain with an example.

1 Answers1

2

A variable of type int often referred as int variable. A pointer to int is referred as int pointer. In similar way pointer to a function is referred as function pointer.

haccks
  • 100,941
  • 24
  • 163
  • 252