C++ MQCs with Explanation (CHAPTER 3: TOKENS, EXPRESSIONS AND CONTRAL STRUCTURES)

For using the manipulator setw(), we must include the header file:?

  1. <iostream>
  2. <cstdio>
  3. < iomanip>
  4. <cstdlib >



Answer: 
Option c: < iomanip>

Explanation Here

Post a Comment

0 Comments