Page 1 of 1

17. The flush member function copies the file buffer to the file on the file medium (disk, tape, etc). 18. Setting the w

Posted: Fri Apr 29, 2022 7:07 am
by answerhappygod
17 The Flush Member Function Copies The File Buffer To The File On The File Medium Disk Tape Etc 18 Setting The W 1
17 The Flush Member Function Copies The File Buffer To The File On The File Medium Disk Tape Etc 18 Setting The W 1 (110.57 KiB) Viewed 24 times
True False
comment. required
17. The flush member function copies the file buffer to the file on the file medium (disk, tape, etc). 18. Setting the width of output with call to the width member function, affects only the next output. 19. Setting the width of output with the manipulator setw is different from setting the width with the width member function. 20. If the output is too wide for the width specified in a setw manipulator or a call to the width member function, then the output is lost. 21. A recursive function is a function whose definition contains a call to the function being defined