Vidyalelo
C++ Programming · Q51

File Handling in C++

Programming · C++ Programming · question 51

Q51

Which of the following is used to move the file pointer to start of a file?

A.
ios::beg
Answer
B.
ios::start
C.
ios::cur
D.
ios::first

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board