Computer Science, asked by ardhendud145, 1 month ago

the constants of C++ are also known as....…...​

Answers

Answered by kickman
0

Answer:

Advertisements. Constants refer to fixed values that the program may not alter and they are called literals.

Answered by DeepakSainiTlk
0

Answer:

Constants refer to fixed values that the program may not alter and they are called literals.

Constants can be of any of the basic data types and can be divided into Integer Numerals, Floating-Point Numerals, Characters, Strings and Boolean Values.

Again, constants are treated just like regular variables except that their values cannot be modified after their definition.

Similar questions