What do the following declaration signify?int (*pf)(); - Study24x7
Social learning Network
13 Mar 2023 01:20 PM study24x7 study24x7

What do the following declaration signify?

int (*pf)();

A

pf is a pointer to function.

B

pf is a function pointer.

C

pf is a pointer to a function which return int

D

pf is a function of pointer variable.

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles