Which of the following statements are true with respect to append \textless a\textgreater\ mode?
A. The user can read the file in \textless a\textgreater\ mode.
B. If the file is opened in \textless a\textgreater\ mode and the file doesn’t exist, then it will create a new file.
C. The user can write at the end of existing file when file is opened in \textless a\textgreater\ mode.
D. \textless a\textgreater\ mode is the default mode.
E. If the file is opened in \textless a\textgreater\ mode, the file offset position returned in the End of the file.
Choose the correct answer from the options given below: