Which of the following returns the input character.
get (void)
get (char*)
get ()
post()
which header file is to be included in a program to communicate with the console unit
iostream.h
conio.h
stdio.h
istream.h
The functions that reads a single character from the standard input device.
putchar ()
write ()
getline ()
getchar ()
associated functions of a class are
Class
Stream
Member Functions
object
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
The function that can be used to output a line of text, character by character.
get()
char()
put()
The input output streams, cin and cout are
Variable
Objects
functions
The function which is an output function and can display an entire line.
get line ()
put ()
A header file can be included in a C++ program using a preprocessor directive
# iostream
#include
# stdio. h
#conio.h
A C++ construct that allows a collection of variables, constants and functions to be grooped together logically under a single name
Object
function