Computer Science, asked by welcomearunagap3qhb1, 1 year ago

give a header file that holds setw().

Answers

Answered by juniatryphosa07
9

setw() is declared inside #include<iomanip>

setw() will set field width. setw() sets the number of characters to be used as the field width for the next insertion operation.

Answered by nikhil027690
7

Answer :<iomanip.h> it holds setwidth

Similar questions