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?
https://stackoverflow.com/questions/65878465/can-someone-explain-the-components-of-this-c-statement January 25, 2021 at 11:06AM
没有评论:
发表评论