Computer Science, asked by sriramsri7994, 1 year ago

By default real values are printed with a precision of six decimal points.State whether it is true or false.

Answers

Answered by tillu49
0

Answer:

true....................

Answered by pr264428
0

Answer:

Statement is TRUE.

Explanation:

The real values are printed in the Float type which has the storage memory of 4 bytes. 4 bytes storage memory corresponds to the 6 decimal places after the decimal. However, this is still not the highest precision available in the C language we have double and long double also having the precision of upto 15 and 19 decimal places.

Therefore, the statement is True as by default the real values are printed in Float type format having 6 decimal points.

Similar questions