Question: Adding the keyword const to a declaration: a. places a value in memory that cannot be changed b. declares variables of the constant type c.
Adding the keyword const to a declaration:
a. places a value in memory that cannot be changed
b. declares variables of the constant type
c. must be done by placing it after the identifier in the declaration
d. can only be done with the integral types
e. is prohibited in C#
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
