InterviewSolution
Saved Bookmarks
| 1. |
Which data type holds fractional values? |
|
Answer» g point data TYPES are used to STORE real numbers (numbers that can have a FRACTIONAL PART). There are three C++ floating point data types, float, double, and long double. |
|