aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C++ Programming Fundamentals
  • The _____________ I/O stream function is used to return t...
Multiple choice

The _____________ I/O stream function is used to return the next character from an input file stream without moving the inside pointer.

  1. _unlink()

  2. putback()

  3. flush()

  4. peek()

  5. getline()

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This I/O stream function is used to return the next character from an input file stream without moving the inside pointer.

 
 

Keep practicing — related questions

  • Which of the following functions pushes the character read previously using getc() back into input stream p...
  • Which of the following function is a macro that outputs a character to a file stream specified using file p...
  • Which of the following methods is the one in java that reads data from a stream until it gets two consecuti...
  • Which of the following member functions is used to get a single character from a file?
  • Which of the following functions is not directly related to a file?
  • Which function in a stream sets the current get position?
  • Which of the following classes in java allows one or more characters to be returned to the input stream?
  • Which of the following classes in Java allows one or more characters to be returned to the input stream?
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Programming Languages and Compilers (2284 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy