adplus-dvertising
frame-decoration

Question

What is meaning of following declaration?
int(*p[5])();

a.

p is pointer to function

b.

p is array of pointer to function

c.

p is pointer to such function which return type is array

d.

p is pointer to array of function

Answer: (b).p is array of pointer to function

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is meaning of following declaration? int(*p[5])();