Given: Which two declarations will compile?
A.
int d, e, F;
B.
int a, b, c = 0;
C.
int k, l, m; = 0;
D.
int a, b, c;
E.
int g, int h, int i = 0;
Given: Which two declarations will compile?
A.
int d, e, F;
B.
int a, b, c = 0;
C.
int k, l, m; = 0;
D.
int a, b, c;
E.
int g, int h, int i = 0;