3. Regarding following statement which of the statements is true? 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 a as identifier and 100 as value
directives?
Answers
Answered by
1
Answer:
Polls
Quizzes
Shared Folder
:fire: How to turn someone into an ARMY? :fire:
Answered by
1
Explanation:
C. Declares a constant whose value will be 100
Similar questions