Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - What is the difference between shaping constants and realizing constants in C language?
What is the difference between shaping constants and realizing constants in C language?
A constant is a fixed quantity, relative to a variable!

Plastic constant is equivalent to what we often call integer!

A real constant is equivalent to a decimal! In C language, the real number is 6 digits after the decimal point by default. For example, 2.500000 is less than 6 digits, so fill in 0.

Is this a good answer?

I hope you will make progress in learning C language!