The _____ function sends a string to the standard output device.
get ()
get char ()
put ()
put char ()
The operator __________ reads the data character by character and assigns it to the indicated location.
&
()
>>
*
____________ built in input stream variable; by default hooked keyboard.
Ostream cout
Ostream cin
Istream cin
Istream cout
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 two types of get () functions are _______ and _______.
get and get (void)
get (char *) and get (void)
get and char
None of these
The basic data type for I/Oin c++ is the ___________
Character
Stream
Variable
The functions used to handle strings are known as _____________.
Objects
String Function
Console Function
__________ defines the pre defined objects cin and cout.
iostream
iostream.h
iostream cin
____________ function displays the given character on the screen at the current cursor position.
Put char ()
Write ()
Get char ()
__________ assigns the input character to its argument.
get (void)
get (char *)