___________ retuns the input character.
get (void)
get (char *)
get
None of these
____________ built in input stream variable; by default hooked keyboard.
Ostream cout
Ostream cin
Istream cin
Istream cout
The functions used to handle strings are known as _____________.
Stream
Objects
String Function
Console Function
__________ functions reads a single character from the standard input device.
put char ()
write ()
get line ()
get char ()
A header file can be included in a C++ program using a preprocessor directive__________.
#iostream
#include
#stdio.h
none
The two types of get () functions are _______ and _______.
get and get (void)
get (char *) and get (void)
get and char
The function __________ can be used to output a line of text, character by character.
get()
char()
put()
A C++ constructor that allows a collection of variables, constants and functions to be grouped together logically under a single name called ________.
Object
Class
None
The basic data type for I/Oin c++ is the ___________
Character
Variable
The operator __________ reads the data character by character and assigns it to the indicated location.
&
()
>>
*