#include int main(){ char *cp = "\x0\x1\x2\x3\x4"; cp++; printf("%d\n", *(int *)cp); }