A. int 3a[3]; B. int i;scanf("%d",&i);char ch[i]; C. #define MAX 10int a[MAX]; D. #define MAX 1.10 int a[MAX]
A. 17 B. 18 C. 20 D. 21