A.float a(10);
B.int n=10;float a[n];
C.int n;float a [n]; scanf("%d",&n);
D.#define SIZE 10 float a[SIZE];