Home » C++ Programming » Data Types » Question
  1. The value 231.06 can be represented using which data type?
    1. int
    2. void
    3. double
    4. bool
    5. None of these
Correct Option: C

The given value is with decimal points, so float or double can be used.



Your comments will be displayed only after manual approval.