Question
Easy

Which of the following is not among manipulators in C++?

1
setw()
2
setfill()
3
resetiosflags()
4
unset()
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Operating Systems & Software Concepts
Topic: Programming Languages
Correct Answer
Option D
Explanation

The correct option is (4): The correct option is unset() because it is not a standard Input/Output stream manipulator defined within the C++ standard library. Stream manipulators are special functions or objects designed to work with the stream insertion («) and extraction (») operators to modify the stream’s format state, such as setting the base for numerical output or controlling field width. The term unset() does not correspond to any…Read More

Which of the following - HTET Level 3 | Clear Cutoff