Write the necessary preprocessor directive to enable the use of the stream manipulators like setw and setprecision Additional Notes: Regarding your code's standard output, CodeLab will check for case errors and will check whitespace (tabs, spaces, newlines) exactly

Respuesta :

We would use  #include<iomainp> header file accordingly.

What is manipulator?

Helping functions known as manipulators can change the input/output stream. It simply affects the I/O stream using the insertion () and extraction (>>) operators, not the value of a variable.

Special functions known as manipulators can be used in an I/O statement to change a stream's format specifications.

Operators who format the data presentation are known as manipulators.The application should contain the file iomanip.h to access manipulators.The manipulators endl, ws, ends, and flush are those without arguments.

Setw (val), Setfill (c), Setprecision (val), Setbase (val), SetIOS Flags (flag), and ResetIOS Flags are examples of manipulators with arguments (m).

Two categories of manipulators are typically in use: Specified and Unspecified.

To know more about pre-processor, visit:-

https://brainly.com/question/13100703

#SPJ4