Select the statement that is not true for r+ mode.
1) If the file does not exist, it gives an error.
2) Both reading and writing can be performed.
3) If the file does not exist, it creates a new file.
4) Existing data is not truncated.
1
1
2
3
3
4
4
2