#include<stdio.h>int main(){ char *arr="hello"; printf("%s",arr); arr=""; printf("and %s",arr+2); return 0;}
Standard input is empty
helloand nd %s
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!