Multiple choice Which of the following member functions is used to get a single character from a file? get() getc() cin put() Reveal answer Fill a bubble to check yourself A Correct answer Explanation The member function get() is used to get a single character from a file. And put() is used to write a character to a file.