Use a stream member function to set the fill character to '*' for printing in field widths larger than the values being output. Repeat this statement with a stream manipulator.

What will be an ideal response?

```
cout.fill('*');
cout << setfill('*');
```

Computer Science & Information Technology

You might also like to view...

Given the array declaration, int a[20]; The first element is written as:

a)``` a[1] ``` b)``` a[0] ``` c)``` a ``` d)``` a[20] ``` e)a[19]

Computer Science & Information Technology

Which of the following is true of a business rule management system (BRMS)?

a. A BRMS establishes a network of warehouses for storing products and delivering them to customers. b. A BRMS avoids potential bottlenecks and lengthy delays in implementing organizational and process changes. c. A BRMS provides users with the ability to see a colleague’s availability status and schedule meetings. d. ABRMS allows users to create and edit Web page content freely using any browser or wikisoftware.

Computer Science & Information Technology