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