Mind42 lives from advertising revenue.
Please enable advertisements or get an ad-free account.
Sign up or sign in to like or comment on this mind map

Constants and Literals in C programming - Codiens

303 views 0 likes
Constants and Literals in C programming - Codiens

A constant is a container that is used to store a value. But you can’t change the value of that container during the execution of the program. Thus, the constant is a fixed value, it remains the same through the complete program.

Constants are used to define fixed values like the charge on an electron or mathematical constant pi so that their value does not get changed in the program even by mistake.

There are two broad categories of constant in the C language. Read more.

https://codiens.com/c-constants-literals/