Solved

What Is True About the Following Statement

Question 5

Multiple Choice

What is true about the following statement?
cout << setw(4) << num4 << " ";


A) It allows four spaces for the value in num4.
B) It outputs "setw(4) " before the value in num4.
C) It is incorrect because it should use setw(10) .
D) It is incorrect because it should use setw(num4) .

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions