Page 1 of 1

Regarding the following statement which of the statements is true?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
const int a = 100;
a) Declares a variable a with 100 as its initial value
b) Declares a construction a with 100 as its initial value
c) Declares a constant a whose value will be 100
d) Constructs an integer type variable with an as identifier and 100 as the value