__________ reads a line of input, including leading and embedded spaces, and stores it in a string object.

a. cin.get
b. getline
c. cin.getline
d. get
e. None of these


b. getline

Computer Science & Information Technology

You might also like to view...

Vim is a ____ editor meaning it can run in different operating modes.

A. multi-operational B. hierarchal C. modular D. virtual

Computer Science & Information Technology

A technician needs to ensure that new systems are protected from electronic snooping of Radio Frequency emanations. Which of the following standards should be consulted?

A. DWDM B. MIMO C. TEMPEST D. DOCSIS

Computer Science & Information Technology

The basic security in ____ comes from the fact it is relatively easy to multiply two huge prime numbers together to obtain their product, but it is computationally difficult to go the reverse direction.

A. ElGamal B. DES C. IDEA D. RSA

Computer Science & Information Technology

Like methods, instance variables are declared with an access specifier.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology