#include <stdio.h> #include <stdint.h> int main (void) { uint32_t x = 303108111; char *s = &x; printf ("%s\n", s); return 0; }