Sunday, 18 August 2013

Declaring an array of function pointer that takes void as argument and returns an array of pointers to integers

Declaring an array of function pointer that takes void as argument and
returns an array of pointers to integers

This was asked to me in an interview!
How do I declare an array of function pointers that takes void as an
argument and returns an array of pointers to integers?
Can anybody please help?

No comments:

Post a Comment