Meaning of variable declaration
I am a beginner in C/C++. I have used this declaration several times :
<data type> <variable name> = value.
For example:
But I recently encountered this:
What is the meaning of 'f' after 0.0?
Last edited on
Thanks a lot
Topic archived. No new replies allowed.