#include<stdio.h>#include<stdint.h> int main(){ uint32_t a =0x12345678; printf("%x",a); return 0;}
45
12345678
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!