____________ function displays the given character on the screen at the current cursor position.
Put char ()
Write ()
Get char ()
None of these
The _____ function sends a string to the standard output device.
get ()
get char ()
put ()
put char ()
C++ supports many character based input/ output functions for reading and writing a character or a string. These functions known as __________.
string I/O function
console I/O function
class
none of these
The function __________ can be used to output a line of text, character by character.
get()
char()
put()
___________ function reads a string from the standard input device?
Puts ()
gets()
The two types of get () functions are _______ and _______.
get and get (void)
get (char *) and get (void)
get and char
___________ retuns the input character.
get (void)
get (char *)
get
The input output streams, cin and cout are C++________.
Class
Variable
Object
None
__________ assigns the input character to its argument.
____________ built in input stream variable; by default hooked keyboard.
Ostream cout
Ostream cin
Istream cin
Istream cout