The function that can be used to output a line of text, character by character.
get()
char()
put()
post()
The input output streams, cin and cout are
Class
Variable
Objects
functions
The functions that reads a single character from the standard input device.
putchar ()
write ()
getline ()
getchar ()
The basic data type for i/o in c++ is the
Character
Stream
object
The function which is an output function and can display an entire line.
get line ()
put ()
get ()
Which of the following assigns the input character to its argument.
get (void)
get (char*)
get
Which is a built in output stream variable which is by default hooked to console.
Ostream cin
Osteam cout
Istream cin
Istream cout
A function that displays the given character on the screen at the current cursor position.
Put char ()
Write ()
Get char ()
read()
The functions used to handle strings are included in
character class
String class
Console Function
A header file can be included in a C++ program using a preprocessor directive
# iostream
#include
# stdio. h
#conio.h