使用setw()时需要包含头文件

使用setw()时需要包含头文件
A、iostream.h
B、fstream.h
C、iomanip.h
D、stdlib.h
【正确答案】:C
【题目解析】:使用setw()时需要包含头文件iomanip.h。