Multiple choice What does the setbase manipulator do? Sets the precision Sets the initial or basic value of variable Converts the data of one number system to another No such manipulator present in C++ 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<.