Home » C++ Programming » Data Types » Question
  1. Which of three sizes of floating point types should be used when extended precision is required?
    1. double
    2. extended float
    3. float
    4. long double
    5. None of these
Correct Option: D

Float for single precision, double for double precision and long double for extended precision.



Your comments will be displayed only after manual approval.