Vidyalelo
C++ Programming · Q25

File Handling in C++

Programming · C++ Programming · question 25

Q25

What is the function used to read a single character from a file in C++?

A.
file.getch()
B.
readChar()
C.
file.readChar()
D.
get()
Answer

Answer: Option D

Solution

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