Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336 Is the following declaration correct?
void(f)(int, void()()); ?->(Show Answer!)
1. Is the following declaration correct?
void(f)(int, void()());
Ask Your Doubts Here
Comments
By: guest on 01 Jun 2017 06.00 pm
f is a pointer to a function which returns nothing and receives as its parameter an integer and a pointer to a function which receives nothing and returns nothing.