-
How would you declare an array of pointers to functions?
How would you declare an array of pointers to functions that take no parameters and return an int? A. int (*arr[N])(void); B. int *arr(void)[N]; C. int *arr[N](void); D. int (*arr)(void)[N];
How would you declare an array of pointers to functions that take no parameters and return an int? A. int (*arr[N])(void); B. int *arr(void)[N]; C. int *arr[N](void); D. int (*arr)(void)[N];
Please Turn OFF your ad blocker
- OR -
LOGIN to continue using GeekInterview website.