I'm trying to learn C programming right now but I'm a bit stumbled upon the concept of declaring an array of pointers to functions. The statement is right here:
int (*menu_option[10])(char *title);
What exactly is happening here?
from the spiral rule here
menu_option
char*
int
use https://cdecl.org/ to parse C gibberish to English
1.4m articles
1.4m replys
5 comments
57.0k users