Home Segments Index Top Previous Next

48: Mainline

For storing floating-point numbers, C++ also provides a range of type possibilities, including float, double, and long double, provided that the number of bytes for float <= the number for double <= the number for long double.