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
Similar Questions from HTET Exam - Level 3 - Year 2018
Question 1
Easy
Source :
HTET 2018
In HTML the _______ element is used to contain characters that should be super script:
Chapter :
Web Designing using HTML
Topic :
HTML Basics
Question 2
Easy
Source :
HTET 2018
Consider Column-1 and Column-2: Column-1 - Column-2 1. Microsoft Office - a. File Archiver and Compressor 2. Windows-10 - b. Digital Library, 3. WinZip -…
Chapter :
Operating Systems & Software Concepts
Topic :
Computer Software
Question 3
Easy
Source :
HTET 2018
Sometimes a text in picture format is shown on certain web page and you are asked to enter the same text in a text box.…
Chapter :
Computer Networks & Internet
Topic :
Internet Fundamentals
Question 4
Easy
Source :
HTET 2018
IP address 10.231.241.1 belongs to which of the following class ?
Chapter :
Computer Networks & Internet
Topic :
Computer Network