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 ______ is an output function and can display an entire line.
write ()
get line ()
put ()
get ()
__________ defines the pre defined objects cin and cout.
iostream
iostream.h
iostream cin
None of these
Find the output of the following code fragment. cout.put (68)
A
S
D
C
____________ built in input stream variable; by default hooked keyboard.
Ostream cout
Ostream cin
Istream cin
Istream cout
The _____ function sends a string to the standard output device.
get char ()
put char ()
A C++ constructor that allows a collection of variables, constants and functions to be grouped together logically under a single name called ________.
Object
Class
Stream
None
____________ function displays the given character on the screen at the current cursor position.
Put char ()
Write ()
Get char ()
___________ retuns the input character.
get (void)
get (char *)
get
The input output streams, cin and cout are C++________.
Variable