The operator __________ reads the data character by character and assigns it to the indicated location.
&
()
>>
*
Find the output of the following code fragment. cout.put (68)
A
S
D
C
The input output streams, cin and cout are C++________.
Class
Variable
Object
None
___________ retuns the input character.
get (void)
get (char *)
get
None of these
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.
get ()
get char ()
put ()
put char ()
____________ 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
____________ function displays the given character on the screen at the current cursor position.
Put char ()
Write ()
Get char ()
__________ functions reads a single character from the standard input device.
write ()
get line ()