A. int a[5][]; B. int a[](10); C. int a[][]; D. int a[][5]={{1,2,3},{4,5}};
A. that B. which C. this D. it