NomanProdhan
Level 1
Write the reason you're deleting this FAQ
Wecan use the width() function todefine the width of a field necessary for the output of an item. Since, it is a
member function; we have to use an object to invoke it, as shown below:
cout.width(w); |