#include <stdio.h> int main() { char i='a', *p; p=&i; (*p)++; printf("%d", *p);}
Standard input is empty
98
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!