131k views
5 votes
Which of the following type is exact representation of real values ?​

1 Answer

3 votes

It is to be noted that a double is an exact representation of fractional values, as it is a data type in programming that can accurately store decimal or fractional numbers.

What is a fractional value?

A fraction is a numerical number that is a portion of a whole. It is calculated by dividing a total into the number of pieces. 12 symbolizes half of a complete number or an item, for example.

Fractional values can be stored in floating-point variables, which store integers in a binary form of scientific notation.

Any number may be represented by a decimal fraction, the mantissa, m, multiplied by 10 raised to a power, the exponent, e, in scientific notation. [10.13]

Full Question:

Although part of your question is missing, you might be referring to this full question:

Which of the following is an exact representation of fractional values ?

Char double String​

User Tim X
by
7.6k points