To clear the show plus sign flag but leave the rest of the flags alone, you use the _____________ member function and argument.

a) ```
setf(! ios::showpos);
```
b) ```
setprecision(ios::showpos);
```
c)```
unsetf(ios::showpos);
```
d) ```
setf(ios::showneg);
```
e) ```
unsetf(! ios::showneg);
```

c)```
unsetf(ios::showpos);
```

Computer Science & Information Technology

You might also like to view...

________ is the keyboard shortcut to increase the list level in an outline

Fill in the blank(s) with correct word

Computer Science & Information Technology

________ are designed to input data into a table

A) Forms B) Grids C) Queries D) Reports

Computer Science & Information Technology