What is setbase c++?



What is setbase c++?..

Answer / Arvind

setbase() in C++ is a manipulator function used to change the base for outputting numbers. It can be used with std::hex, std::oct, and std::dec functions to display numbers in hexadecimal, octal, or decimal format.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Disadvantages of c++

8 Answers   HCL,


What is a catch statement?

1 Answers  


What is ofstream c++?

1 Answers  


What is heap sort in c++?

1 Answers  


What are the 4 types of library?

1 Answers  


Which is better c++ or java?

1 Answers  


why all c++ program must have default constructor?

6 Answers   IBM,


Where are setjmp and longjmp used in c++?

1 Answers  


What is insertion sorting?

1 Answers  


Which is the best c++ software?

1 Answers  


What are all predefined data types in c++?

1 Answers  


When you overload member functions, in what ways must they differ?

1 Answers  


Categories