Ananya jotted down few features of the “append mode”. Help her to identify the valid features.
1. If we open an existing file in append mode, the previous data will remain there.
2. In append mode the file object will be positioned at the end of the file.
3.In append mode, if the file does not exist then the new file will be created.
4.All the above
Answer:3