Read 10 characters into character array name. Stop reading characters if the '.' delimiter is encountered. Do not remove the delimiter from the input stream. Write another statement that performs this task and removes the delimiter from the input.

What will be an ideal response?


```
cin.get(name, 10, '.');
cin.getline(name, 10, '.');
```

Computer Science & Information Technology

You might also like to view...

Assume a PHP document named hello.php has been saved in a folder named carla inside the htdocs folder on your computer. Which is the correct path to enter to view this page in a browser?

a. localhost/Carla/hello.php b. localhost/htdocs/hello.php c. localhost/htdocs/Carla/hello.php d. carla/hello.php

Computer Science & Information Technology

A(n) ____ is a device that links two or more nodes of a wired network.

A. modem B. hub C. bridge D. adapter

Computer Science & Information Technology

Values designated for a multivalue field cannot be changed after the field is created and the table is saved.

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

Computer Science & Information Technology

Which kind of license is a legal agreement that permits users to install the software on multiple computers, usually at a volume discount?

A. network B. distributed C. site D. multipurpose

Computer Science & Information Technology