C++ MQCs with Explanation ( MANAGING CONSOLE I/O OPERATIONS )

Which of the following statements is FALSE?

  1. The put( ) function can be used to output a line of text using a loop construct
  2. The get( ) can be used to read a character from keyboard including blankspace and new line character
  3. The function getline( ) does not take any arguments
  4. A C++ stream is associated with a particular class



Answer: 
Option c:The function getline( ) does not take any arguments

Explanation Here

Post a Comment

0 Comments