Computer Science, asked by tilokdeka700, 5 months ago

what do you mean by a constant in c language

Answers

Answered by Sankalp8485
1

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. There are enumeration constants as well.

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

please mark me as a brainlist and follow me

Similar questions