A. |
B is function which returns array of integers |
B. |
B is function which returns function pointer which in turn returns pointer to integer array |
C. |
B is pointer to the function which returns array of pointers |
D. |
B is pointer to the function which returns pointer to integer array |