#include <stdio.h> int main (void){ char *p="Hi! "; printf("%c\n",p); printf("%c\n",p+1); printf("%c\n",p+2);}
Standard input is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!