Multiple Choice
Parameterized stream manipulator setfill specifies the fill character that's displayed when an output is displayed in a field wider than the number of characters or digits in the output. The effect of setfill applies:
A) Only to the current value being displayed.
B) Only to outputs displayed in the current statement.
C) Until explicitly set to a different setting.
D) Until the output buffer is flushed.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The type of function a client would
Q3: A class's functions can throw exceptions, such
Q4: Which of the following statements about friend
Q5: Given the class definition: class CreateDestroy<br>{<br>Public:<br>CreateDestroy() {cout
Q6: The assignment operator (=) can be used
Q7: Assume that t is an object of
Q8: Assuming the following constructor is provided for
Q9: Static data members of a certain class:<br>A)
Q10: Which of the following is not true
Q11: Inside a function definition for a member