The function __________ can be used to output a line of text, character by character.
get()
char()
put()
None of these
The input output streams, cin and cout are C++________.
Class
Variable
Object
None
The basic data type for I/Oin c++ is the ___________
Character
Stream
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 ()
____________ built in input stream variable; by default hooked keyboard.
Ostream cout
Ostream cin
Istream cin
Istream cout
A C++ constructor that allows a collection of variables, constants and functions to be grouped together logically under a single name called ________.
__________ functions reads a single character from the standard input device.
put char ()
write ()
get line ()
get char ()
The operator __________ reads the data character by character and assigns it to the indicated location.
&
()
>>
*
___________ retuns the input character.
get (void)
get (char *)
get