The function that can be used to output a line of text, character by character.
get()
char()
put()
post()
Which is a built in output stream variable which is by default hooked to console.
Ostream cin
Osteam cout
Istream cin
Istream cout
The functions used to handle strings are included in
Stream
character class
String class
Console Function
What defines the pre defined objects cin and cout.
iostream
iostream.h
iostream cin
#iostream
which header file is to be included in a program to communicate with the console unit
conio.h
stdio.h
istream.h
The two types of get () functions are .
get and get (void)
get (char*) and get (void)
get and char
get and get (char)
Which of the following returns the input character.
get (void)
get (char*)
get ()
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
A header file can be included in a C++ program using a preprocessor directive
# iostream
#include
# stdio. h
#conio.h
Find the output of the following code fragment. .court.put (68).
A
S
D
C