What does the 'a+' mode do when opening a file in Python?
-
A
Opens for reading only, pointer at start
-
B
Opens for reading and writing, pointer at end, creates file if missing
-
C
Opens for writing only, truncates file
-
D
Opens for reading and writing, truncates file