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).