which header file is to be included in a program to communicate with the console unit
iostream.h
conio.h
stdio.h
istream.h
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
Which of the following assigns the input character to its argument.
get (void)
get (char*)
get ()
get
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 ()
Find the output of the following code fragment. .court.put (68).
A
S
D
C
The functions used to handle strings are included in
character class
String class
Console Function
What defines the pre defined objects cin and cout.
iostream
iostream cin
#iostream
The two types of get () functions are .
get and get (void)
get (char*) and get (void)
get and char
get and get (char)