We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
what is double
www.google.com/search
That obviously depends on context.
In C and C++, it is a data type for floating point numbers with higher resolution and max range than the "float" data type.
Note that not all implementations makes a difference between the "float" and the "double" data type. A lot of embedded compilers treats double as a float.
ok cheers mate