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
Regarding the following statement which of the statements is true?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Regarding the following statement which of the statements is true?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!