Computer Science, asked by sanvi2958, 8 months ago

write a program in C plus plus to read and display one digit number, one floating point number and character on screen.
pls give an appropriate answer it's urgent​

Answers

Answered by SoumyaPradhan
0

Answer:

cout << setprecision(13); The floating-point value we have assigned to our variables also consists of 13 digits. However, since float has a precision of up to only 7 digits, it shows garbage values after its precision is exceeded. Hope this helps u a lot

Similar questions