___________ retuns the input character.
get (void)
get (char *)
get
None of these
___________ function reads a string from the standard input device?
Puts ()
gets()
get char ()
Put char ()
The function ______ is an output function and can display an entire line.
write ()
get line ()
put ()
get ()
The basic data type for I/Oin c++ is the ___________
Character
Stream
Variable
__________ functions reads a single character from the standard input device.
put char ()
The function __________ can be used to output a line of text, character by character.
get()
char()
put()
The _____ function sends a string to the standard output device.
The input output streams, cin and cout are C++________.
Class
Object
None
The operator __________ reads the data character by character and assigns it to the indicated location.
&
()
>>
*
A class will usually have a number of associated functions called ________.
Member Function