mention function of iomanip
Answers
Answered by
1
Answer:
good
Explanation:
iomanip setpricision() function in C++ with Examples
The setprecision() method of iomaip library in C++ is used to set the ios library floating point precision based on the precision specified as the parameter to this method. ... Return Value: This method does not returns anything. It only acts as stream manipulators.
Similar questions