Question:Given the following array declaration:int a[2][3][4]; what would be the number of elements in array a?
int a[2][3][4];
A 24 B 22 C 20 D 12 E 36
+ AnswerA
+ Report