Find the output of the following code fragment. cout.put (68)
A
S
D
C
___________ function reads a string from the standard input device?
Puts ()
gets()
get char ()
Put char ()
____________ built in input stream variable; by default hooked keyboard.
Ostream cout
Ostream cin
Istream cin
Istream cout
The input output streams, cin and cout are C++________.
Class
Variable
Object
None
The _____ function sends a string to the standard output device.
get ()
put ()
put char ()
A class will usually have a number of associated functions called ________.
Stream
Member Function
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
none of these
__________ functions reads a single character from the standard input device.
write ()
get line ()
____________ function displays the given character on the screen at the current cursor position.
Write ()
Get char ()
None of these
A header file can be included in a C++ program using a preprocessor directive__________.
#iostream
#include
#stdio.h
none