#include <stdio.h>int main(void) { char *p = "\x6e\x43\xff\xffhogehuga"; printf( "%d\n", *p); return 0;}
Standard input is empty
110
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!