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 functions used to handle strings are included in
character class
String class
Console Function
The input output streams, cin and cout are
Variable
Objects
functions
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 that reads a single character from the standard input device.
putchar ()
write ()
getline ()
getchar ()
Which of the following assigns the input character to its argument.
get (void)
get (char*)
get ()
get
The function that can be used to output a line of text, character by character.
get()
char()
put()
post()
Find the output of the following code fragment. .court.put (68).
A
S
D
C
which header file is to be included in a program to communicate with the console unit
iostream.h
conio.h
stdio.h
istream.h
Which of the following returns the input character.