What I think const is

const is a keyword which means constant meaning cannot be changed.

once a variable is a const, then its value must be assigned at the time of declaration.

1 Like

yes, you are correct.

1 Like

Privacy & Terms