Computer Science, asked by souviknaskar135814, 7 months ago

what are constants in c​

Answers

Answered by Sathya192021
2

Answer:

Constants refer to fixed values that the program may not alter during its execution. These fixed values are also called literals. Constants can be of any of the basic data types like an integer constant, a floating constant, a character constant, or a string literal.

Answered by muskanmusani30
0

Explanation:

Constants refer to fixed values that the program may not alter during its execution. These fixed values are also called literals. Constants can be of any of the basic data types like an integer constant, a floating constant, a character constant, or a string literal.

Similar questions