You are on page 1of 2

QUESTION 1

QUESTION 2
1.

2.
Parametric manipulator/ Functionality Header file
Escape sequence
setw Set field width to be used on <iomanip>
output operations.
setprecision Set decimal precision to be <iomanip>
used to format floating-point
values on output operations.
getline used to read a string or a <string>
line from an input stream.
getch Used to catch a character <conio.h>
from the keyboard
\a used to play beep during <stdio.h>
execution
\n A new line is necessary in <stdio.h>
the output
\t Performs the functionality of <stdio.h>
TAB key in the output
stream.

You might also like