#include <stdio.h> int main(void) { char *str = "abc"; putchar(str[1]); putchar(1[str]); putchar(*(1 + str)); return 0;}
Standard input is empty
bbb
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!