Multiple choice

What does the setbase manipulator do?

  1. Sets the precision

  2. Sets the initial or basic value of variable

  3. Converts the data of one number system to another

  4. No such manipulator present in C++

  5. Sets the base type like decimal, binary, hexadecimal

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

It is conversion manipulator that converts data of one number system to another.e.g.int x=15;cout<.