To open an existing file to add data to the end of the file or to modify the existing data anywhere in the file, the second argument of open ( ) must be
- ios :: ate
- ios :: app
- ios :: trunc
- ios :: noreplace
Answer:
Option b: ios :: app
Explanation Here
0 Comments