Home » C++ Programming » Data Types » Question
  1. Which of the following is not one of the sizes of the floating point types?
    1. long double
    2. double
    3. short float
    4. float
    5. None of these
Correct Option: C

Floating point types occur in only three sizes-float, long double and double.



Your comments will be displayed only after manual approval.