A class will usually have a number of associated functions called ________.
Class
Stream
Member Function
None
____________ function displays the given character on the screen at the current cursor position.
Put char ()
Write ()
Get char ()
None of these
The two types of get () functions are _______ and _______.
get and get (void)
get (char *) and get (void)
get and char
The function ______ is an output function and can display an entire line.
write ()
get line ()
put ()
get ()
The _____ function sends a string to the standard output device.
get char ()
put char ()
The basic data type for I/Oin c++ is the ___________
Character
Variable
___________ retuns the input character.
get (void)
get (char *)
get
___________ function reads a string from the standard input device?
Puts ()
gets()
__________ functions reads a single character from the standard input device.
__________ defines the pre defined objects cin and cout.
iostream
iostream.h
iostream cin