cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
function pointers
function pointers
Jul 23, 2008 at 5:18am UTC
karthiksharma
(1)
hai, i want the function prototype for the below 3 function pointers.
1. void * (*(*fp1)(int))[10];
2. float (*(*fp2)(int,int,float))(int);
3. double (*(*(*fp3)())[10])();
Topic archived. No new replies allowed.