The functions used to handle strings are known as _____________.
Stream
Objects
String Function
Console Function
____________ function displays the given character on the screen at the current cursor position.
Put char ()
Write ()
Get char ()
None of these
The basic data type for I/Oin c++ is the ___________
Character
Variable
The two types of get () functions are _______ and _______.
get and get (void)
get (char *) and get (void)
get and char
The _____ function sends a string to the standard output device.
get ()
get char ()
put ()
put char ()
___________ function reads a string from the standard input device?
Puts ()
gets()
__________ assigns the input character to its argument.
get (void)
get (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
The function ______ is an output function and can display an entire line.
write ()
get line ()
___________ retuns the input character.
get