1.

We cannot use the way to declare the constant.

A. const int a = 1;
B. int const a = 1;
C. int constant a=1
D. none
Answer» D. none


Discussion

No Comment Found