Advertisements
Advertisements
Question
What is the use of setw( ) format manipulator?
Short Note
Solution
setw manipulator sets the width of the field assigned for the output. The field width determines the minimum number of characters to be written in output.
Syntax:
setw(number of characters)
shaalaa.com
C++ Data Types
Is there an error in this question or solution?