adspace
Answer Posted / 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 View All Answers