give the header file that holds SETW( ) and ENDL
mahendrakar72:
PLEASE ANYONE GIVE ME ANSWER
Answers
Answered by
42
#include <iostream.h>
#include <string. h>
#include <string. h>
Answered by
1
iomanip holds the setw() and endl methods.
- It is an output manipulator header file.
- It has many functions such as, reset flags, set fill, etc.
- The setw() is used to set the width as spaces at the time of output.
- endl is used for making the output reach the next line, similar to the escape character "\n".
Similar questions
Math,
7 months ago
Social Sciences,
7 months ago
Math,
1 year ago
Geography,
1 year ago
Science,
1 year ago