Latest C Aptitude Question SOLUTION: What is sizeof(a)? int *a[10]; int *(a)[10]; int **(a)[10]; int *a(int b,char ch);