So i'm trying to read some c code.
They write out float x =2.0f
I'm trying to figure out what the 2.0f stands for because f isnt a variable defined before.
Help?
So i'm trying to read some c code.
They write out float x =2.0f
I'm trying to figure out what the 2.0f stands for because f isnt a variable defined before.
Help?
f
means "float literal value".