void ( * ( * f [ ] ) ( ) ) ( ) mean??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

void ( * ( * f [ ] ) ( ) ) ( ) mean???

Can someone explain what does it mean in c++..i saw a random programming post (meme) on this..

27th May 2018, 1:07 PM
Maleeha Khalid
Maleeha Khalid  - avatar
4 Answers
+ 3
just use the spiral trick: http://c-faq.com/decl/spiral.anderson.html in this case its an (array of unspecified size )of pointers to (functions returning (pointers to functions returning void)) all that info was in the comments on reddit by the way
27th May 2018, 1:25 PM
Max
Max - avatar
0
what is reddit? Max
27th May 2018, 1:32 PM
Maleeha Khalid
Maleeha Khalid  - avatar
0
the website where this was originaly posted
27th May 2018, 1:32 PM
Max
Max - avatar
0
oh..thank you. Max
27th May 2018, 1:33 PM
Maleeha Khalid
Maleeha Khalid  - avatar