Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - The difference between real constants and implementation variables in C language seems to be the same in my book. Can you tell the difference between ordinary languages? Thank you.
The difference between real constants and implementation variables in C language seems to be the same in my book. Can you tell the difference between ordinary languages? Thank you.
It is an integer constant and an integer variable.

Plastic constants are generally integers in mathematics, such as 1, 2, 3, 4 and so on.

Plastic variables are a, b, c, etc. In mathematics, an integer can be assigned a value, such as int a=4, or it can not be assigned.