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...
Consider following text: AACABABACBA and pattern: CBAAB By how many positions will the first shift be applied?
a. 5 b. 2 c. 1 d. 4
Computer Science & Information Technology
Hyperlinks are commonly added to e-mail addresses
Indicate whether the statement is true or false
Computer Science & Information Technology
The ____ dialog box is useful when you want to track and update groups of tasks but don't need the detail you applied to tasks when you used the Update Tasks dialog box or the Gantt chart.
A. Update Project B. Status Report C. Tracking Report D. Task Tracking
Computer Science & Information Technology
Plenum cables can be used in place of standard cables
Indicate whether the statement is true or false
Computer Science & Information Technology