What is the difference between these two statements
void (*p) (void *a[],int n)
void *(*p[]) (void *a, int n)
Click for Solution
[Insert Code]