The _____ function sends a string to the standard output device.
get ()
get char ()
put ()
put char ()
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
___________ retuns the input character.
get (void)
get (char *)
get
None of these
A header file can be included in a C++ program using a preprocessor directive__________.
#iostream
#include
#stdio.h
none
Find the output of the following code fragment. cout.put (68)
A
S
D
C
The operator __________ reads the data character by character and assigns it to the indicated location.
&
()
>>
*
The function ______ is an output function and can display an entire line.
write ()
get line ()
The input output streams, cin and cout are C++________.
Class
Variable
Object
None
The functions used to handle strings are known as _____________.
Stream
Objects
String Function
Console Function
A C++ constructor that allows a collection of variables, constants and functions to be grouped together logically under a single name called ________.