Why should you use getline () for string data?

A. It removes the spaces between the words.
B. It reads all characters until the Enter key.
C. getline () isn’t made for strings.
D. It works the same as cin >>.

B. It reads all characters until the Enter key.

Computer Science & Information Technology

You might also like to view...

Alice is working in a database containing the names, service locations, and services offered by landscapers. She needs to find landscapers that offer services in the Phoenix area and that service rare plants. The best way for her to search for this data is to perform a:

A) Sort Descending. B) Filter by Form. C) Filter by Selection. D) Sort Ascending.

Computer Science & Information Technology

To change the appearance of a bullet to a square, the syntax would be style=________

Fill in the blank(s) with correct word

Computer Science & Information Technology