Which of the following is not used as a file opening mode?
(a) ios::trunc
(b) ios::binary
(c) ios::in
(d) ios::ate
I have been asked this question in an online interview.
My doubt stems from File Handling topic in section Strings, Streams & Numerics in C++ of C++