0
can someone tell me what is setw??
2 Answers
0
setw is a keyword which is define in header file < iomanip. h>.
it is basically used to print spaces in regular interval of time.
setw(9)
it would print 9 spaces
0
it is to set the minimum field width