12345678
#include<iostream> #include<iomanip> int main() { int a(78); //to get the hexadecimal equivalent we can have std::cout<<std::hex<<a<<std::endl; //the result would be 4e.