A C++ construct that allows a collection of variables, constants and functions to be grooped together logically under a single name
Object
Class
Stream
function
The input output streams, cin and cout are
Variable
Objects
functions
The functions used to handle strings are included in
character class
String class
Console Function
The function that sends a string to the standard output device.
get ()
get char ()
put ()
put char ()
Which of the following assigns the input character to its argument.
get (void)
get (char*)
get
The two types of get () functions are .
get and get (void)
get (char*) and get (void)
get and char
get and get (char)
A function that displays the given character on the screen at the current cursor position.
Put char ()
Write ()
Get char ()
read()
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
object
Which is a built in output stream variable which is by default hooked to console.
Ostream cin
Osteam cout
Istream cin
Istream cout
The basic data type for i/o in c++ is the
Character